mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(meta): manifest maintenance (#5353)
This commit is contained in:
@ -9,11 +9,11 @@ repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-network = { path = "../net/network" }
|
||||
reth-net-nat = { path = "../net/nat" }
|
||||
reth-discv4 = { path = "../net/discv4" }
|
||||
reth-downloaders = { path = "../net/downloaders" }
|
||||
reth-primitives = { path = "../primitives" }
|
||||
reth-network.workspace = true
|
||||
reth-net-nat.workspace = true
|
||||
reth-discv4.workspace = true
|
||||
reth-downloaders.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
|
||||
# io
|
||||
serde.workspace = true
|
||||
@ -27,4 +27,4 @@ tempfile.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
confy.workspace = true
|
||||
toml.workspace = true
|
||||
toml.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user