Add twitch chat

This commit is contained in:
2024-08-06 03:26:03 +02:00
parent 8c48301c9e
commit fba10ef647
4 changed files with 260 additions and 2 deletions

View File

@@ -18,3 +18,4 @@ anyhow = "1.0.86"
async-trait = "0.1.81"
tokio-tungstenite = { version = "0.23.1", features = ["rustls-tls-native-roots"] }
rustls = { version = "0.23.12", features = ["ring"] }
irc = "1.0.0"