aboutsummaryrefslogtreecommitdiff
path: root/karld/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'karld/Cargo.toml')
-rw-r--r--karld/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/karld/Cargo.toml b/karld/Cargo.toml
index b797dc9..9e2d926 100644
--- a/karld/Cargo.toml
+++ b/karld/Cargo.toml
@@ -14,3 +14,10 @@ crossbeam-channel = "0.5.4"
serde_json = "1.0.81"
chrono = "0.4.19"
lazy_static = "1.4.0"
+
+websocket = { version = "0.26.5", optional = true }
+
+[features]
+default = ["websocket", "unix"]
+websocket = ["dep:websocket"]
+unix = []