DHT bencode protocol more or less done
This commit is contained in:
parent
3090f1f5bb
commit
1b0047a4a4
5 changed files with 471 additions and 11 deletions
|
|
@ -8,5 +8,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
kad = "0.6"
|
||||
tokio = {version = "1", features = ["macros", "rt"]}
|
||||
serde = {version = "1", features = ["derive"]}
|
||||
hex = "0.4"
|
||||
bencode = {path = "../bencode"}
|
||||
bencode = {path = "../bencode"}
|
||||
anyhow = "1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue