diff options
Diffstat (limited to 'crates/client')
| -rw-r--r-- | crates/client/Cargo.toml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index b8038714..ed818233 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -1,15 +1,12 @@ [package] name = "turtle" -edition = "2024" -description = "atuin - magical shell history" -readme = "./README.md" - -rust-version = { workspace = true } -version = { workspace = true } -authors = { workspace = true } -license = { workspace = true } -homepage = { workspace = true } -repository = { workspace = true } +description = "turtle - atuin shell history fork" +edition.workspace = true +version.workspace = true +authors.workspace = true +rust-version.workspace = true +license.workspace = true +repository.workspace = true [dependencies] clap = { workspace = true } |
