aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-ai/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/atuin-ai/Cargo.toml')
-rw-r--r--crates/atuin-ai/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/atuin-ai/Cargo.toml b/crates/atuin-ai/Cargo.toml
index 3be127de..167b625c 100644
--- a/crates/atuin-ai/Cargo.toml
+++ b/crates/atuin-ai/Cargo.toml
@@ -59,10 +59,13 @@ tree-sitter-bash = { version = "0.25.1", optional = true }
tree-sitter-fish = { version = "3.6.0", optional = true }
sqlx = { workspace = true, features = ["sqlite"] }
typed-builder = { workspace = true }
+shellexpand = { workspace = true }
+imara-diff = { workspace = true }
+xxhash-rust = { workspace = true }
vt100 = { workspace = true }
+tempfile = { workspace = true }
chrono = "0.4"
chrono-humanize = "0.2"
[dev-dependencies]
pretty_assertions = { workspace = true }
-tempfile = { workspace = true }