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

@ -6,15 +6,13 @@ rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
description = """
Ethereum network discovery
"""
description = "Ethereum network discovery"
[dependencies]
# reth
reth-primitives.workspace = true
reth-net-common = { path = "../common" }
reth-net-nat = { path = "../nat" }
reth-net-common.workspace = true
reth-net-nat.workspace = true
# ethereum
alloy-rlp = { workspace = true, features = ["derive"] }