feat: ⚗️ experiment: listener side tsl

feat:  tls for listener in the back
fix: 🐛 wrong dependency feature corrected
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-04-20 15:25:45 +03:00
parent f693e25503
commit 25022e8634
5 changed files with 36 additions and 32 deletions

View file

@ -14,4 +14,4 @@ rustls-pemfile = "2.1.2"
rustls-platform-verifier = "0.2.0"
tokio = { version = "1.36.0", features = ["full"] }
tokio-rustls = "0.25.0"
tokio-tungstenite = { version = "0.21.0", features = ["__rustls-tls"] }
tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }