Dumping routing table to JSON. Wow

This commit is contained in:
Igor Katson 2021-07-14 01:03:39 +01:00
parent fe4dcb226f
commit ca25bac486
4 changed files with 30 additions and 6 deletions

View file

@ -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"