summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-08 15:10:00 +0500
committerilotterytea <iltsu@alright.party>2025-04-08 15:10:00 +0500
commitbf2de4e8ac6226b3c0dcad57a6f7c68c6449ac76 (patch)
tree9867dc536f68b71393d8c051efbdad7b50d69137 /Cargo.toml
parent8b156e7e62a5e8c36c671ba7a4ea7cdc39635c05 (diff)
feat: betterttv websocket client
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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 }