diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-22 11:17:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 11:17:31 +0200 |
| commit | 068228cb454d14a6f5943061a5a6569b9e395e23 (patch) | |
| tree | 4b62ba7df771ac6dc32c70273e397e863f84dc05 /runtime/Cargo.toml | |
| parent | a615eb3b56545960ec9684991442dd34a8b2abfc (diff) | |
refactor: rewrite tests to "fastwebsockets" crate (#18781)
Migrating off of `tokio-tungstenite` crate.
---------
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'runtime/Cargo.toml')
| -rw-r--r-- | runtime/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
