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

25 lines
357 B
TOML

[package]
name = "reth-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
reth-cli-runner.workspace = true
reth-chainspec.workspace = true
# misc
clap.workspace = true
eyre.workspace = true