mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(net): Remove dependency reth-network-p2p -> reth-network-types (#9984)
This commit is contained in:
@ -17,7 +17,9 @@ reth-eth-wire-types.workspace = true
|
||||
reth-consensus.workspace = true
|
||||
reth-network-peers.workspace = true
|
||||
reth-storage-errors.workspace = true
|
||||
reth-network-types.workspace = true
|
||||
|
||||
# io
|
||||
serde = { workspace = true, optional = true }
|
||||
|
||||
# async
|
||||
futures.workspace = true
|
||||
@ -38,3 +40,4 @@ tokio = { workspace = true, features = ["full"] }
|
||||
|
||||
[features]
|
||||
test-utils = ["reth-consensus/test-utils", "parking_lot"]
|
||||
serde = ["dep:serde"]
|
||||
|
||||
Reference in New Issue
Block a user