cli: replace reth-primitive imports (#10777)

This commit is contained in:
Håvard Anda Estensen
2024-09-09 13:21:41 +02:00
committed by GitHub
parent 7a20b413f5
commit de36c31795
10 changed files with 16 additions and 9 deletions

View File

@ -10,6 +10,7 @@ repository.workspace = true
[lints]
[dependencies]
# reth
reth-beacon-consensus.workspace = true
reth-chainspec.workspace = true
reth-cli.workspace = true
@ -42,6 +43,9 @@ reth-static-file.workspace = true
reth-trie = { workspace = true, features = ["metrics"] }
reth-trie-db = { workspace = true, features = ["metrics"] }
# ethereum
alloy-primitives.workspace = true
itertools.workspace = true
futures.workspace = true
tokio.workspace = true