chore: move stage command to reth-cli-commands (#9384)

This commit is contained in:
joshieDo
2024-07-08 22:29:50 +02:00
committed by GitHub
parent 4544168098
commit 17af21f826
14 changed files with 107 additions and 57 deletions

View File

@ -15,11 +15,13 @@ reth-chainspec.workspace = true
reth-cli-runner.workspace = true
reth-cli-util.workspace = true
reth-config.workspace = true
reth-consensus.workspace = true
reth-db = { workspace = true, features = ["mdbx"] }
reth-db-api.workspace = true
reth-db-common.workspace = true
reth-downloaders.workspace = true
reth-evm.workspace = true
reth-exex.workspace = true
reth-fs-util.workspace = true
reth-network = { workspace = true, features = ["serde"] }
reth-network-p2p.workspace = true
@ -46,6 +48,7 @@ tracing.workspace = true
backon.workspace = true
# io
fdlimit.workspace = true
confy.workspace = true
toml = { workspace = true, features = ["display"] }
@ -56,6 +59,9 @@ ratatui = { version = "0.27", default-features = false, features = [
"crossterm",
] }
# metrics
metrics-process.workspace = true
# reth test-vectors
proptest = { workspace = true, optional = true }
arbitrary = { workspace = true, optional = true }
@ -69,4 +75,4 @@ dev = [
"dep:proptest-arbitrary-interop",
"reth-primitives/arbitrary",
"reth-db-api/arbitrary"
]
]