summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-25 16:26:48 +0200
committermo8it <mo8it@proton.me>2024-07-25 16:26:48 +0200
commit1937b4bf664568afcdb2c73247b593299d3fca6d (patch)
tree4af8ef68950c1d02238e962ac96f6d97dc947b83 /Cargo.toml
parent8beb2908420b0225aabe983e3425055db761b356 (diff)
Use the rexported crossterm from ratatui
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 685e8ac..01e679e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,8 +45,7 @@ include = [
[dependencies]
anyhow = "1.0.86"
-clap = { version = "4.5.10", features = ["derive"] }
-crossterm = "0.27.0"
+clap = { version = "4.5.11", features = ["derive"] }
hashbrown = "0.14.5"
notify-debouncer-mini = { version = "0.4.1", default-features = false }
os_pipe = "1.2.0"