From 4c9180c2755b6457113e8d6a7566c32cf1ad547a Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Mon, 2 Mar 2026 09:12:20 -0800 Subject: chore: Move atuin ai subcommand into core binary (#3212) --- crates/atuin-client/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'crates/atuin-client/Cargo.toml') diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index e7380902..22fca174 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -58,7 +58,10 @@ serde_with = "3.8.1" # encryption rusty_paseto = { version = "0.8.0", default-features = false } -rusty_paserk = { version = "0.5.0", default-features = false, features = ["v4", "serde"] } +rusty_paserk = { version = "0.5.0", default-features = false, features = [ + "v4", + "serde", +] } # sync urlencoding = { version = "2.1.0", optional = true } -- cgit v1.3.1