mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic: print stats about number of peers per torrent
This commit is contained in:
parent
e3d3e9ab57
commit
51590a3d6c
4 changed files with 38 additions and 6 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue