chore: move import command to reth-cli-commands (#9394)

This commit is contained in:
joshieDo
2024-07-09 18:02:30 +02:00
committed by GitHub
parent 2fa37b1ad1
commit d39069027c
6 changed files with 25 additions and 10 deletions

View File

@ -27,6 +27,7 @@ reth-network = { workspace = true, features = ["serde"] }
reth-network-p2p.workspace = true
reth-node-builder.workspace = true
reth-node-core.workspace = true
reth-node-events.workspace = true
reth-primitives.workspace = true
reth-provider.workspace = true
reth-prune.workspace = true
@ -35,8 +36,9 @@ reth-static-file-types.workspace = true
reth-static-file.workspace = true
reth-trie = { workspace = true, features = ["metrics"] }
tokio.workspace = true
itertools.workspace = true
futures.workspace = true
tokio.workspace = true
# misc
ahash = "0.8"