diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-02-13 10:54:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-13 18:54:38 +0000 |
| commit | e6a8bb033434541974262699c12e2805cc054153 (patch) | |
| tree | ff682af16556266a9777b4d21c84aa66c55d015e /Cargo.toml | |
| parent | chore(deps): update to rust 1.93.1 (#3181) (diff) | |
| download | atuin-e6a8bb033434541974262699c12e2805cc054153.zip | |
feat: add Atuin AI inline CLI MVP (#3178)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
