diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-08 15:10:00 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-08 15:10:00 +0500 |
| commit | bf2de4e8ac6226b3c0dcad57a6f7c68c6449ac76 (patch) | |
| tree | 9867dc536f68b71393d8c051efbdad7b50d69137 /Cargo.toml | |
| parent | 8b156e7e62a5e8c36c671ba7a4ea7cdc39635c05 (diff) | |
feat: betterttv websocket client
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 } |
