Files
reth/crates/config/Cargo.toml
Thomas Coratger cd05a96fee dep: rm confy as a dep (#10290)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-08-20 06:37:35 +00:00

30 lines
571 B
TOML

[package]
name = "reth-config"
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-network-types = { workspace = true, features = ["serde"] }
reth-prune-types.workspace = true
reth-stages-types.workspace = true
# serde
serde.workspace = true
humantime-serde.workspace = true
# toml
toml.workspace = true
eyre.workspace = true
[dev-dependencies]
tempfile.workspace = true
reth-network-peers.workspace = true