summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-04 20:27:30 +0200
committermo8it <mo8it@proton.me>2024-04-04 20:27:30 +0200
commit9ea744a7104f441ef505db0a96e852f93d8c0bf4 (patch)
tree7396118068b808345b8783cfc3a6c61415db3ec8 /Cargo.toml
parent2b6f9fb6a7a33f074aa609b2da1ac084bc3ecd6b (diff)
Remove deps not needed in the TUI
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2a22fce..3c18741 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,13 +30,11 @@ anyhow = "1.0.81"
clap = { version = "4.5.4", features = ["derive"] }
console = "0.15.8"
crossterm = "0.27.0"
-indicatif = "0.17.8"
notify-debouncer-mini = "0.4.1"
ratatui = "0.26.1"
rustlings-macros = { path = "rustlings-macros" }
serde_json = "1.0.115"
serde = { version = "1.0.197", features = ["derive"] }
-shlex = "1.3.0"
toml_edit = { version = "0.22.9", default-features = false, features = ["parse", "serde"] }
which = "6.0.1"
winnow = "0.6.5"