WIP: aquatic_ws: start work on data structures, data flow

This commit is contained in:
Joakim Frostegård 2020-05-07 16:49:28 +02:00
parent 0d835452c1
commit cf75a07a7e
8 changed files with 503 additions and 222 deletions

View file

@ -16,7 +16,7 @@ path = "src/bin/main.rs"
[dependencies]
bittorrent_udp = { path = "../bittorrent_udp" }
cli_helpers = { path = "../cli_helpers" }
crossbeam-channel = "0.4"
flume = "0.7"
hashbrown = "0.7"
histogram = "0.6"
indexmap = "1"