WIP: start work on http tracker

This commit is contained in:
Joakim Frostegård 2020-07-01 18:56:19 +02:00
parent ebe4d4357b
commit 404e528616
15 changed files with 1845 additions and 0 deletions

25
Cargo.lock generated
View file

@ -39,6 +39,31 @@ dependencies = [
"rand",
]
[[package]]
name = "aquatic_http"
version = "0.1.0"
dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_common",
"either",
"flume",
"hashbrown",
"indexmap",
"log",
"mimalloc",
"mio",
"native-tls",
"parking_lot",
"privdrop",
"quickcheck",
"quickcheck_macros",
"rand",
"serde",
"simplelog",
"socket2",
]
[[package]]
name = "aquatic_udp"
version = "0.1.0"