chore(net): move reth_network::BlockDownloaderProvider to reth-network-api (#10003)

This commit is contained in:
Emilia Hane
2024-08-03 15:42:44 +02:00
committed by GitHub
parent c2926de326
commit f3e79df300
7 changed files with 45 additions and 20 deletions

View File

@ -17,6 +17,7 @@ reth-eth-wire.workspace = true
alloy-rpc-types-admin.workspace = true
reth-network-peers.workspace = true
reth-network-types.workspace = true
reth-network-p2p.workspace = true
# ethereum
alloy-primitives.workspace = true
@ -24,6 +25,9 @@ alloy-primitives.workspace = true
# eth
enr = { workspace = true, default-features = false, features = ["rust-secp256k1"] }
# async
futures.workspace = true
# misc
thiserror.workspace = true
serde = { workspace = true, features = ["derive"], optional = true }