mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove network setup from config (#8364)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
This commit is contained in:
@ -13,17 +13,12 @@ workspace = true
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-network.workspace = true
|
||||
reth-net-nat.workspace = true
|
||||
reth-discv4.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
|
||||
# serde
|
||||
serde.workspace = true
|
||||
humantime-serde.workspace = true
|
||||
|
||||
# crypto
|
||||
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
|
||||
|
||||
# toml
|
||||
confy.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user