mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
net: Replace ws-rs with async-tungstenite.
This commit is contained in:
parent
e0e22a3399
commit
76198e40a8
8 changed files with 765 additions and 324 deletions
|
@ -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",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue