From e6a8bb033434541974262699c12e2805cc054153 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 13 Feb 2026 10:54:38 -0800 Subject: feat: add Atuin AI inline CLI MVP (#3178) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a394d400..9fbda0e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ readme = "README.md" [workspace.dependencies] async-trait = "0.1.58" base64 = "0.22" +crossterm = "0.29.0" log = "0.4" time = { version = "0.3.47", features = [ "serde-human-readable", @@ -42,6 +43,7 @@ thiserror = "1.0" rustix = { version = "0.38.34", features = ["process", "fs"] } tower = "0.5" tracing = "0.1" +ratatui = "0.30.0" sql-builder = "3" tempfile = { version = "3.19" } minijinja = "2.9.0" -- cgit v1.3.1