shuttle: added tls support for clients and chaned standart route to shuttle server

This commit is contained in:
Patryk Hegenberg 2024-04-26 20:08:23 +02:00
parent 6fd67f5f4e
commit 17b7b4a61a
4 changed files with 128 additions and 16 deletions

View file

@ -17,7 +17,7 @@ path = "src/shuttle.rs"
futures-util = "0.3"
tungstenite = "0.21.0"
tokio = { version = "1.28.1", features = ["full"] }
tokio-tungstenite = { version = "0.21.0" }
tokio-tungstenite = { version = "0.21.0", features =["rustls-tls-webpki-roots"] }
serde_json = { version = "1.0" }
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.3.2", features = ["v4"] }