From 340957fec147f4429796413f27bbd9b84ba6f141 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Thu, 14 Mar 2024 17:01:59 +0100 Subject: net: add support for websocket protocol --- net/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/Cargo.toml') diff --git a/net/Cargo.toml b/net/Cargo.toml index 0b6534c..fe209cd 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -15,3 +15,5 @@ bincode = { version="2.0.0-rc.3", features = ["derive"]} thiserror = "1.0.58" url = "2.5.0" futures-rustls = "0.25.1" +async-tungstenite = "0.25.0" +ws_stream_tungstenite = "0.13.0" -- cgit v1.2.3