feat: ⚗️ experiment: rustls

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-04-15 03:38:03 +03:00
parent 0f31fd54ea
commit 68a280fc80
6 changed files with 82 additions and 10 deletions

View file

@ -10,5 +10,7 @@ brotli = "5.0.0"
cpal = "0.15.3"
futures-util = { version = "0.3.30", features = ["futures-sink", "sink"] }
ringbuf = "0.3.3"
rustls-pemfile = "2.1.2"
tokio = { version = "1.36.0", features = ["full"] }
tokio-tungstenite = "0.21.0"
tokio-rustls = "0.25.0"
tokio-tungstenite = { version = "0.21.0", features = ["__rustls-tls"] }