summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2022-07-05 14:55:22 +0200
committerMarcel Müller <neikos@neikos.email>2022-07-05 14:55:52 +0200
commit59c39aefc7ceea9ddf9082150c44bc0826ffe052 (patch)
tree73aa17cffa1d1006f01693b9847254c755d40bfd
parent54bedb91715d9c2c13f649589cb3efa97367eaa1 (diff)
Remove CLI dependencies
Signed-off-by: Marcel Müller <neikos@neikos.email>
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ef490cd..b0894f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,6 @@ bin = [
[dependencies]
bytes = "1.1.0"
clap = { version = "3.2.6", optional = true, features = ["derive"] }
-crossterm = { version = "0.24.0", optional = true }
dashmap = "5.3.4"
futures = "0.3.21"
mqtt-format = { version = "0.1.0", path = "mqtt-format" }
@@ -48,7 +47,6 @@ tracing = "0.1.35"
tracing-subscriber = { version = "0.3.14", optional = true, features = [
"env-filter",
] }
-tui = { version = "0.18.0", optional = true }
[dev-dependencies]
static_assertions = "1.1.0"