diff options
| -rw-r--r-- | crates/atuin-ai/Cargo.toml | 2 |
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] |
