From 29ba4c8d6ef37aba18a713aac1abcf262acbd994 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 22 Aug 2026 21:24:05 +0200 Subject: treewide: Update Cargo.toml metadata --- crates/client/Cargo.toml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'crates/client/Cargo.toml') 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 } -- cgit v1.3.1