diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-22 22:03:25 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-22 22:03:25 +0200 |
| commit | b81401f84e543ee28ccc65db70cba50a8ae1a51a (patch) | |
| tree | e4df5fb01a12a3bdc21fac0cf2a5063fa1b2ef71 /crates/client/Cargo.toml | |
| parent | treewide: Upgrade and update dependencies (diff) | |
| download | atuin-b81401f84e543ee28ccc65db70cba50a8ae1a51a.zip | |
crates/client: Rename to turtle-client
`turtle` is already taken on crates.io
Diffstat (limited to 'crates/client/Cargo.toml')
| -rw-r--r-- | crates/client/Cargo.toml | 6 |
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 } |
