From bf2de4e8ac6226b3c0dcad57a6f7c68c6449ac76 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 8 Apr 2025 15:10:00 +0500 Subject: feat: betterttv websocket client --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7efc9df..c1edd8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,10 @@ version = "0.1.0" edition = "2024" [dependencies] +futures = "0.3.31" reqwest = { version = "0.12.15", features = ["json"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" tokio = { version = "1.44.1", default-features = false, features = ["rt", "macros"] } +tokio-tungstenite = { version = "0.26.2", features = ["native-tls"] } +tungstenite = { version = "0.26.2", default-features = false } -- cgit v1.2.3