From 5b0e9b8a50c337796963c04aabbe23ae4d4bf922 Mon Sep 17 00:00:00 2001 From: lancebord Date: Mon, 9 Mar 2026 13:47:23 -0400 Subject: initial move to async instead of polling --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3-59-g8ed1b