mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Co-authored-by: garwah <garwah@garwah> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
23 lines
409 B
TOML
23 lines
409 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
|
|
reth-cli.workspace = true
|
|
reth-chainspec.workspace = true
|
|
|
|
# misc
|
|
eyre.workspace = true
|
|
|
|
[dev-dependencies]
|
|
clap.workspace = true
|
|
reth-cli-commands.workspace = true |