diff options
| author | 2026-03-09 13:49:20 -0400 | |
|---|---|---|
| committer | 2026-03-09 13:49:20 -0400 | |
| commit | 1f10c5ffe6461946d9ada5d4bc174dcef4630047 (patch) | |
| tree | ada37580f6e1fd1d77fe83b0d9e1b9700df637b1 /Cargo.toml | |
| parent | add scroll and scroll bar indicator to members list (diff) | |
| parent | initial move to async instead of polling (diff) | |
Merge pull request #1 from lancebord/async-rework
initial move to async instead of polling
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |
