diff options
Diffstat (limited to 'crates/client')
| -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 } |
