aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar lancebord 2026-03-09 13:47:23 -0400
committerGravatar lancebord 2026-03-09 13:47:23 -0400
commit5b0e9b8a50c337796963c04aabbe23ae4d4bf922 (patch)
tree9e1c88b0394b4ff728e1eea469c11045e62a89d1 /Cargo.toml
parentoff by one fix for some word wrapping (diff)
initial move to async instead of polling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2960a5e..23937c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ thiserror = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
ratatui = "0.30"
-crossterm = "0.28"
+crossterm = { version = "0.28", features = ["event-stream"] }
unicode-width = "0.2.2"
clap = { version = "4.5.60", features = ["derive"] }