From b73b8d89a71f02f8ea6563541312efeea7ae0d92 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 17 Aug 2022 22:06:53 +0200 Subject: only enable unix by default --- karld/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karld/Cargo.toml b/karld/Cargo.toml index 845e2ad..e5f79bd 100644 --- a/karld/Cargo.toml +++ b/karld/Cargo.toml @@ -18,7 +18,8 @@ lazy_static = "1.4.0" tungstenite = { version = "0.17.3", optional = true } [features] -default = ["unix", "stdio", "tcp", "websocket"] +default = ["unix"] +full = ["unix", "stdio", "tcp", "websocket"] websocket = ["dep:tungstenite"] unix = [] stdio = [] -- cgit v1.2.3-70-g09d2