net: Replace ws-rs with async-tungstenite.

This commit is contained in:
Josh Matthews 2020-06-29 17:40:59 -04:00
parent e0e22a3399
commit 76198e40a8
8 changed files with 765 additions and 324 deletions

View file

@ -21,6 +21,7 @@ rand = [
"servo_rand",
"tempfile",
"uuid",
"tungstenite",
"ws",
]
@ -36,6 +37,14 @@ packages = [
"parking_lot",
"parking_lot_core",
# https://github.com/servo/servo/issues/26933
"futures",
"tokio-openssl",
"tokio",
"http",
"scoped-tls",
"bytes",
# https://github.com/servo/servo/pull/23288#issuecomment-494687746
"gl_generator",