mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(stages, storage): pruning configuration (#3341)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
@ -10,17 +10,19 @@ 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" }
|
||||
reth-net-nat = { path = "../net/nat" }
|
||||
reth-discv4 = { path = "../net/discv4" }
|
||||
reth-downloaders = { path = "../net/downloaders" }
|
||||
reth-stages = { path = "../../crates/stages" }
|
||||
reth-primitives = { path = "../primitives" }
|
||||
|
||||
# io
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
#crypto
|
||||
# crypto
|
||||
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
|
||||
|
||||
confy = "0.5"
|
||||
|
||||
tempfile = "3.4"
|
||||
tempfile = "3.4"
|
||||
Reference in New Issue
Block a user