chore: move cli runner to reth-node-core (#6710)

This commit is contained in:
Roman Krasiuk
2024-02-21 11:55:30 +01:00
committed by GitHub
parent c8c422e278
commit a43885e5d8
15 changed files with 16 additions and 16 deletions

View File

@ -45,9 +45,11 @@ reth-prune.workspace = true
reth-blockchain-tree.workspace = true
revm-inspectors.workspace = true
reth-snapshot.workspace = true
reth-optimism-payload-builder = { workspace = true, optional = true }
reth-eth-wire.workspace = true
# `optimism` feature
reth-optimism-payload-builder = { workspace = true, optional = true }
# async
tokio.workspace = true