This commit is contained in:
2024-08-05 23:43:35 +02:00
parent 37055083c5
commit 549aa81bb8
3 changed files with 273 additions and 0 deletions

View File

@@ -17,3 +17,4 @@ serde_json = "1.0.122"
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"] }