Move PeersHandleProvider to new module reth_network_api::test_utils (#10060)

This commit is contained in:
Emilia Hane
2024-08-05 10:46:49 +02:00
committed by GitHub
parent fb5d94ece1
commit d12f0ab815
20 changed files with 62 additions and 67 deletions

View File

@ -33,6 +33,7 @@ thiserror.workspace = true
serde = { workspace = true, features = ["derive"], optional = true }
tokio = { workspace = true, features = ["sync"] }
auto_impl.workspace = true
derive_more.workspace = true
[features]
default = ["serde"]