diff options
Diffstat (limited to 'karld/Cargo.toml')
-rw-r--r-- | karld/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/karld/Cargo.toml b/karld/Cargo.toml index c8b400c..845e2ad 100644 --- a/karld/Cargo.toml +++ b/karld/Cargo.toml @@ -18,6 +18,8 @@ lazy_static = "1.4.0" tungstenite = { version = "0.17.3", optional = true } [features] -default = ["unix"] +default = ["unix", "stdio", "tcp", "websocket"] websocket = ["dep:tungstenite"] unix = [] +stdio = [] +tcp = [] |