aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-22 22:03:25 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-22 22:03:25 +0200
commitb81401f84e543ee28ccc65db70cba50a8ae1a51a (patch)
treee4df5fb01a12a3bdc21fac0cf2a5063fa1b2ef71 /crates
parenttreewide: Upgrade and update dependencies (diff)
downloadatuin-b81401f84e543ee28ccc65db70cba50a8ae1a51a.zip
crates/client: Rename to turtle-client
`turtle` is already taken on crates.io
Diffstat (limited to 'crates')
-rw-r--r--crates/client/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml
index ed818233..957476fb 100644
--- a/crates/client/Cargo.toml
+++ b/crates/client/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "turtle"
+name = "turtle-client"
description = "turtle - atuin shell history fork"
edition.workspace = true
version.workspace = true
@@ -8,6 +8,10 @@ rust-version.workspace = true
license.workspace = true
repository.workspace = true
+[[bin]]
+name = "turtle"
+path = "src/main.rs"
+
[dependencies]
clap = { workspace = true }
clap_complete = { workspace = true }