mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
WIP: aquatic_ws: start work on wss (ws with tls)
This commit is contained in:
parent
289658815c
commit
de9a32840f
4 changed files with 181 additions and 77 deletions
|
|
@ -21,6 +21,7 @@ hashbrown = { version = "0.7", features = ["serde"] }
|
|||
indexmap = "1"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
mio = { version = "0.7", features = ["tcp", "os-poll", "os-util"] }
|
||||
native-tls = "0.2"
|
||||
net2 = "0.2"
|
||||
parking_lot = "0.10"
|
||||
rand = { version = "0.7", features = ["small_rng"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue