aboutsummaryrefslogtreecommitdiffstats
path: root/crates/client/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-22 21:24:05 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-22 21:26:00 +0200
commit29ba4c8d6ef37aba18a713aac1abcf262acbd994 (patch)
tree5ed26ec6c1ee6b9a821a5f73ec55553671aaa4ed /crates/client/Cargo.toml
parenttreewide: Fix most `cargo check` warnings (diff)
downloadatuin-29ba4c8d6ef37aba18a713aac1abcf262acbd994.zip
treewide: Update Cargo.toml metadata
Diffstat (limited to 'crates/client/Cargo.toml')
-rw-r--r--crates/client/Cargo.toml17
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 }