diff options
Diffstat (limited to 'server/client-lib')
| -rw-r--r-- | server/client-lib/Cargo.toml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml index 5644a905..47e4bd6d 100644 --- a/server/client-lib/Cargo.toml +++ b/server/client-lib/Cargo.toml @@ -8,7 +8,9 @@ hurrycurry-protocol = { path = "../protocol" }  tungstenite = { version = "0.23.0", optional = true, features = [      "rustls-tls-native-roots",  ] } -tokio-tungstenite = { version = "0.23.1", optional = true } +tokio-tungstenite = { version = "0.23.1", optional = true, features = [ +    "rustls-tls-native-roots", +] }  tokio = { version = "1.39.2", features = ["net"], optional = true }  serde_json = "1.0.122"  bincode = "2.0.0-rc.3" | 
