This commit is contained in:
Igor Katson 2021-07-12 11:56:26 +01:00
parent f6656841c0
commit 950d47ab31
7 changed files with 451 additions and 167 deletions

2
Cargo.lock generated
View file

@ -276,6 +276,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"bencode",
"futures 0.3.15",
"hex 0.4.3",
"kad",
"librqbit_core",
@ -284,6 +285,7 @@ dependencies = [
"pretty_env_logger",
"serde",
"tokio",
"tokio-stream",
]
[[package]]