diff options
| author | 2026-03-07 13:04:17 -0500 | |
|---|---|---|
| committer | 2026-03-07 13:04:17 -0500 | |
| commit | d26c44695dcab0a74fc0533fa12125066bcae0be (patch) | |
| tree | d05ec8f510d6df5ba0492f724647c0ec8a880ae6 /Cargo.toml | |
| parent | part on join to new (diff) | |
account for wrapping in scroll
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
