diff options
Diffstat (limited to 'karld/Cargo.toml')
-rw-r--r-- | karld/Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/karld/Cargo.toml b/karld/Cargo.toml index 9e2d926..b797dc9 100644 --- a/karld/Cargo.toml +++ b/karld/Cargo.toml @@ -14,10 +14,3 @@ 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 = [] |