aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--karld/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/karld/Cargo.toml b/karld/Cargo.toml
index fc6c223..c8b400c 100644
--- a/karld/Cargo.toml
+++ b/karld/Cargo.toml
@@ -18,6 +18,6 @@ lazy_static = "1.4.0"
tungstenite = { version = "0.17.3", optional = true }
[features]
-default = ["websocket", "unix"]
+default = ["unix"]
websocket = ["dep:tungstenite"]
unix = []