Files
reth/crates/cli/cli/Cargo.toml
Luca Provini 71041b06a8 feat: add ChainspecParser trait (#9259)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-03 11:03:57 +00:00

21 lines
337 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]
[dependencies]
# reth
reth-cli-runner.workspace = true
reth-chainspec.workspace = true
eyre.workspace = true
# misc
clap.workspace = true