From b81401f84e543ee28ccc65db70cba50a8ae1a51a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 22 Aug 2026 22:03:25 +0200 Subject: crates/client: Rename to turtle-client `turtle` is already taken on crates.io --- crates/client/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crates/client') 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 } -- cgit v1.3.1