chore: extract cli runner from node-core (#7719)

This commit is contained in:
Matthias Seitz
2024-04-18 21:50:41 +02:00
committed by GitHub
parent 1a61d29afd
commit a1059bed99
17 changed files with 63 additions and 11 deletions

View File

@ -24,6 +24,7 @@ reth-interfaces = { workspace = true, features = ["clap"] }
reth-transaction-pool.workspace = true
reth-beacon-consensus.workspace = true
reth-auto-seal-consensus.workspace = true
reth-cli-runner.workspace = true
reth-consensus-common.workspace = true
reth-blockchain-tree.workspace = true
reth-rpc-engine-api.workspace = true