aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <yvchraiqi@protonmail.com>2022-08-18 11:44:36 +0200
committermetamuffin <yvchraiqi@protonmail.com>2022-08-18 11:44:36 +0200
commit3776e4acb8f18aac57ef489b7deb9e223d67611b (patch)
tree94a987db8962061872914319998f97055dcc5c27
parent592864de182dfeef8c639cfab6902e385a7c4595 (diff)
downloadkarlender-3776e4acb8f18aac57ef489b7deb9e223d67611b.tar
karlender-3776e4acb8f18aac57ef489b7deb9e223d67611b.tar.bz2
karlender-3776e4acb8f18aac57ef489b7deb9e223d67611b.tar.zst
forgot to disable full
-rw-r--r--karld/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/karld/Cargo.toml b/karld/Cargo.toml
index e4accc0..e5f79bd 100644
--- a/karld/Cargo.toml
+++ b/karld/Cargo.toml
@@ -18,7 +18,7 @@ lazy_static = "1.4.0"
tungstenite = { version = "0.17.3", optional = true }
[features]
-default = ["full"]
+default = ["unix"]
full = ["unix", "stdio", "tcp", "websocket"]
websocket = ["dep:tungstenite"]
unix = []