Replaced DHT with custom one! Lets see if it works

This commit is contained in:
Igor Katson 2021-07-12 19:55:23 +01:00
parent 5c41796485
commit 2eabebb5c3
14 changed files with 192 additions and 350 deletions

View file

@ -21,6 +21,7 @@ peer_binary_protocol = {path = "../peer_binary_protocol"}
sha1w = {path = "../sha1w"}
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
tokio-stream = "0.1"
serde = {version = "1", features=["derive"]}
serde_json = "1"
anyhow = "1"