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

@ -8,3 +8,16 @@ homepage.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
reth-cli.workspace = true
reth-chainspec.workspace = true
alloy-genesis.workspace = true
eyre.workspace = true
shellexpand.workspace = true
serde_json.workspace = true
clap = { workspace = true, features = ["derive", "env"] }