aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar lancebord 2026-03-07 13:04:17 -0500
committerGravatar lancebord 2026-03-07 13:04:17 -0500
commitd26c44695dcab0a74fc0533fa12125066bcae0be (patch)
treed05ec8f510d6df5ba0492f724647c0ec8a880ae6 /Cargo.toml
parentpart on join to new (diff)
account for wrapping in scroll
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8f4f54d..63a3616 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,8 +19,9 @@ futures = "0.3"
thiserror = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
-ratatui = "0.29"
+ratatui = "0.30"
crossterm = "0.28"
+unicode-width = "0.2.2"
[dev-dependencies]
tokio-test = "0.4"