aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crates/atuin-ai/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-ai/Cargo.toml b/crates/atuin-ai/Cargo.toml
index 2759349c..eb59858c 100644
--- a/crates/atuin-ai/Cargo.toml
+++ b/crates/atuin-ai/Cargo.toml
@@ -30,7 +30,7 @@ tracing-appender = "0.2.4"
reqwest = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
-crossterm = { workspace = true }
+crossterm = { workspace = true, features = ["use-dev-tty"] }
ratatui = { workspace = true }
[dev-dependencies]