chore(meta): manifest maintenance (#5353)

This commit is contained in:
DaniPopes
2023-11-08 20:53:50 +01:00
committed by GitHub
parent c2a33191aa
commit e897764ad4
36 changed files with 247 additions and 246 deletions

View File

@ -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