aboutsummaryrefslogtreecommitdiffstats
path: root/crates/client/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-24 17:56:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-24 17:56:36 +0200
commit9cdc575666faad4c162f4b4cf519bfdd1fd528dc (patch)
tree9287963ad11e237ca74edbd54161c03f3309927b /crates/client/Cargo.toml
parentchore: Last big refactoring (diff)
downloadatuin-9cdc575666faad4c162f4b4cf519bfdd1fd528dc.zip
feat: Finalize design for fish-shell integration
Diffstat (limited to 'crates/client/Cargo.toml')
-rw-r--r--crates/client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml
index 93599cd6..10ed1001 100644
--- a/crates/client/Cargo.toml
+++ b/crates/client/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "atuin"
+name = "turtle"
edition = "2024"
description = "atuin - magical shell history"
readme = "./README.md"
@@ -34,7 +34,7 @@ tokio = { workspace = true }
toml_edit = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
-turtle = { workspace = true }
+turtle-api = { workspace = true }
turtle-common = { workspace = true }
unicode-segmentation = { workspace = true }