From 068228cb454d14a6f5943061a5a6569b9e395e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 22 Apr 2023 11:17:31 +0200 Subject: refactor: rewrite tests to "fastwebsockets" crate (#18781) Migrating off of `tokio-tungstenite` crate. --------- Co-authored-by: Divy Srivastava --- runtime/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/Cargo.toml') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 58f292e8f..20cbda0bf 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -80,6 +80,7 @@ deno_web.workspace = true deno_webidl.workspace = true deno_websocket.workspace = true deno_webstorage.workspace = true +fastwebsockets.workspace = true atty.workspace = true console_static_text.workspace = true -- cgit v1.2.3