aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-09 21:43:23 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-09 21:43:23 +0200
commit3223d93cb3c77ab02aa0a35f2a8314e447cee9a4 (patch)
tree3971a1f37f5fe3cadb747c5229a0d54e868e45e3 /crates/turtle/Cargo.toml
parentfix(client/sync): Pass through precise error on `SyncError::WrongKey` (diff)
downloadatuin-3223d93cb3c77ab02aa0a35f2a8314e447cee9a4.zip
chore: Separate daemon, client, server, and lib into crates
Diffstat (limited to 'crates/turtle/Cargo.toml')
-rw-r--r--crates/turtle/Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/crates/turtle/Cargo.toml b/crates/turtle/Cargo.toml
index 26ee6771..3595008d 100644
--- a/crates/turtle/Cargo.toml
+++ b/crates/turtle/Cargo.toml
@@ -1,7 +1,7 @@
[package]
-name = "atuin"
+name = "turtle"
edition = "2024"
-description = "atuin - magical shell history"
+description = "turtle - library for sqlite shell history"
readme = "./README.md"
rust-version = { workspace = true }
@@ -13,8 +13,6 @@ repository = { workspace = true }
[dependencies]
async-trait = "0.1.58"
-atuin-nucleo-matcher = { workspace = true }
-atuin-nucleo = { workspace = true }
axum = "0.8"
base64 = "0.22"
clap = { version = "4.5.7", features = ["derive"] }