Files
nanoreth/crates/config/Cargo.toml

27 lines
585 B
TOML

[package]
name = "reth-config"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
# reth
reth-network = { path = "../net/network" }
reth-net-nat = { path = "../../crates/net/nat" }
reth-discv4 = { path = "../../crates/net/discv4" }
reth-downloaders = { path = "../../crates/net/downloaders" }
# io
serde = "1.0"
serde_json = "1.0.91"
#crypto
secp256k1 = { version = "0.27.0", features = ["global-context", "rand-std", "recovery"] }
confy = "0.5"
tempfile = "3.4"