summaryrefslogtreecommitdiff
path: root/ext/websocket/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/websocket/Cargo.toml')
-rw-r--r--ext/websocket/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 0432c78f8..cf77cccf3 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -16,6 +16,7 @@ path = "lib.rs"
[dependencies]
deno_core.workspace = true
deno_tls.workspace = true
+fastwebsockets = "0.1.0"
http.workspace = true
hyper.workspace = true
serde.workspace = true