Refactor DHT a bit
This commit is contained in:
parent
48f4c0a8b7
commit
ace11186ef
6 changed files with 119 additions and 96 deletions
|
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
tokio = {version = "1", features = ["macros", "rt-multi-thread", "net", "sync"]}
|
||||
tokio-stream = "0.1"
|
||||
tokio-stream = {version = "0.1", features = ["sync"]}
|
||||
serde = {version = "1", features = ["derive"]}
|
||||
hex = "0.4"
|
||||
bencode = {path = "../bencode"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue