Dumping routing table to JSON. Wow
This commit is contained in:
parent
fe4dcb226f
commit
ca25bac486
4 changed files with 30 additions and 6 deletions
|
|
@ -9,6 +9,7 @@ edition = "2018"
|
|||
tokio = {version = "1", features = ["macros", "rt-multi-thread", "net", "sync"]}
|
||||
tokio-stream = {version = "0.1", features = ["sync"]}
|
||||
serde = {version = "1", features = ["derive"]}
|
||||
serde_json = "1"
|
||||
hex = "0.4"
|
||||
bencode = {path = "../bencode"}
|
||||
anyhow = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue