aboutsummaryrefslogtreecommitdiff
path: root/karld/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <yvchraiqi@protonmail.com>2022-08-17 22:04:32 +0200
committermetamuffin <yvchraiqi@protonmail.com>2022-08-17 22:04:32 +0200
commit4cad1fc66422f84ade7ee29f86f5a43738c065f4 (patch)
tree815e44d69cc34d42669c866d043f7d09d3172290 /karld/Cargo.toml
parente87219d47764f82d073f464a23aa18a6f7d0c9d3 (diff)
downloadkarlender-4cad1fc66422f84ade7ee29f86f5a43738c065f4.tar
karlender-4cad1fc66422f84ade7ee29f86f5a43738c065f4.tar.bz2
karlender-4cad1fc66422f84ade7ee29f86f5a43738c065f4.tar.zst
add more interfaces
Diffstat (limited to 'karld/Cargo.toml')
-rw-r--r--karld/Cargo.toml4
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 = []