udp: create file with thread-shared torrent map implementation

This commit is contained in:
Joakim Frostegård 2024-02-10 10:01:45 +01:00
parent 1dcdd4f688
commit 53497308f1
4 changed files with 735 additions and 0 deletions

View file

@ -48,6 +48,7 @@ log = "0.4"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.8", features = ["net", "os-poll"] }
num-format = "0.4"
parking_lot = "0.12"
rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
signal-hook = { version = "0.3" }