Adds Kademlia for peer discovery

This commit is contained in:
Age Manning
2019-04-09 09:15:11 +10:00
parent be6ebb5ffa
commit a38f4c4cd1
2 changed files with 69 additions and 4 deletions

View File

@@ -19,3 +19,4 @@ version = { path = "../version" }
tokio = "0.1.16"
futures = "0.1.25"
error-chain = "0.12.0"
tokio-timer = "0.2.10"