mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(net): add test-utils and NoopNetwork (#1204)
This commit is contained in:
@ -19,3 +19,6 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
async-trait = "0.1"
|
||||
thiserror = "1.0.37"
|
||||
tokio = { version = "1.21.2", features = ["sync"] }
|
||||
|
||||
[features]
|
||||
test-utils = []
|
||||
Reference in New Issue
Block a user