feat: parsers (#9366)

This commit is contained in:
Luca Provini
2024-07-10 14:44:18 +02:00
committed by GitHub
parent f479db2010
commit 47c038201a
12 changed files with 248 additions and 16 deletions

View File

@ -12,7 +12,6 @@ workspace = true
[dependencies]
reth-static-file-types = { workspace = true, features = ["clap"] }
clap = { workspace = true, features = ["derive", "env"] }
reth-cli-commands.workspace = true
reth-consensus.workspace = true
reth-db = { workspace = true, features = ["mdbx"] }
@ -26,18 +25,25 @@ reth-static-file.workspace = true
reth-execution-types.workspace = true
reth-node-core.workspace = true
reth-primitives.workspace = true
reth-stages-types.workspace = true
reth-node-events.workspace = true
reth-network-p2p.workspace = true
reth-errors.workspace = true
reth-config.workspace = true
alloy-primitives.workspace = true
futures-util.workspace = true
reth-evm-optimism.workspace = true
reth-cli.workspace = true
reth-chainspec.workspace = true
# eth
alloy-genesis.workspace = true
alloy-primitives.workspace = true
# misc
shellexpand.workspace = true
serde_json.workspace = true
futures-util.workspace = true
clap = { workspace = true, features = ["derive", "env"] }
tokio = { workspace = true, features = [