mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
WIP: more work on aquatic_http
This commit is contained in:
parent
404e528616
commit
76079cf66e
7 changed files with 211 additions and 183 deletions
|
|
@ -20,6 +20,7 @@ aquatic_common = { path = "../aquatic_common" }
|
|||
either = "1"
|
||||
flume = "0.7"
|
||||
hashbrown = { version = "0.7", features = ["serde"] }
|
||||
httparse = "1"
|
||||
indexmap = "1"
|
||||
log = "0.4"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
|
|
@ -29,6 +30,7 @@ parking_lot = "0.10"
|
|||
privdrop = "0.3"
|
||||
rand = { version = "0.7", features = ["small_rng"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_urlencoded = "0.6"
|
||||
socket2 = { version = "0.3", features = ["reuseport"] }
|
||||
simplelog = "0.8"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue