Create Network variant in reth_interfaces::Error (#950)

This commit is contained in:
Ikechukwu Ahiara Marvellous
2023-01-22 20:59:50 +01:00
committed by GitHub
parent 009d2056f9
commit a331b54bb0
8 changed files with 98 additions and 14 deletions

View File

@ -11,8 +11,11 @@ description = "Network interfaces"
# reth
reth-primitives = { path = "../../primitives" }
# io
serde = { version = "1.0", features = ["derive"] }
# misc
async-trait = "0.1"
async-trait = "0.1"
thiserror = "1.0.37"
tokio = { version = "1.21.2", features = ["sync"] }