mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
31 lines
633 B
TOML
31 lines
633 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, features = ["serde"] }
|
|
|
|
# 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
|
|
alloy-primitives.workspace = true
|