WIP: aquatic_ws: start work on wss (ws with tls)

This commit is contained in:
Joakim Frostegård 2020-05-12 18:48:50 +02:00
parent 289658815c
commit de9a32840f
4 changed files with 181 additions and 77 deletions

View file

@ -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"] }