aquatic: print stats about number of peers per torrent

This commit is contained in:
Joakim Frostegård 2020-04-07 16:57:34 +02:00
parent e3d3e9ab57
commit 51590a3d6c
4 changed files with 38 additions and 6 deletions

7
Cargo.lock generated
View file

@ -24,6 +24,7 @@ version = "0.1.0"
dependencies = [
"bittorrent_udp",
"dashmap",
"histogram",
"indexmap",
"mimalloc",
"mio",
@ -244,6 +245,12 @@ dependencies = [
"libc",
]
[[package]]
name = "histogram"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669"
[[package]]
name = "humansize"
version = "1.1.0"