feat(net): add test-utils and NoopNetwork (#1204)

This commit is contained in:
Matthias Seitz
2023-02-07 16:37:33 +01:00
committed by GitHub
parent 27b07f57f0
commit df6e3143c3
3 changed files with 70 additions and 3 deletions

View File

@ -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 = []