From 362363b3fd1f1fbffe2a3f81d73e71939addd34b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 21 Sep 2024 18:07:18 +0200 Subject: redirect packet --- server/registry/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/registry/Cargo.toml') diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml index 8acd3c4c..2eeebb30 100644 --- a/server/registry/Cargo.toml +++ b/server/registry/Cargo.toml @@ -12,6 +12,9 @@ tokio = { version = "1.39.2", features = ["full"] } serde_json = "1.0.128" markup = "0.15.0" serde = { version = "1.0.210", features = ["derive"] } +tokio-tungstenite = { version = "0.23.1", features = [ + "rustls-tls-native-roots", +] } hurrycurry-protocol = { path = "../protocol" } hurrycurry-client-lib = { path = "../client-lib" } -- cgit v1.2.3-70-g09d2