fix(net): export PeerInfo fields and derive Clone (#977)

This commit is contained in:
mempirate
2023-01-23 13:40:01 +01:00
committed by GitHub
parent c326186397
commit 681f8a601a
3 changed files with 9 additions and 10 deletions

View File

@ -18,4 +18,4 @@ serde = { version = "1.0", features = ["derive"] }
# misc
async-trait = "0.1"
thiserror = "1.0.37"
tokio = { version = "1.21.2", features = ["sync"] }
tokio = { version = "1.21.2", features = ["sync"] }