Files
nanoreth/crates/ethereum/cli/Cargo.toml
2024-07-10 12:44:18 +00:00

23 lines
466 B
TOML

[package]
name = "reth-ethereum-cli"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
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"] }