diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-22 21:24:05 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-22 21:26:00 +0200 |
| commit | 29ba4c8d6ef37aba18a713aac1abcf262acbd994 (patch) | |
| tree | 5ed26ec6c1ee6b9a821a5f73ec55553671aaa4ed /crates/common | |
| parent | treewide: Fix most `cargo check` warnings (diff) | |
| download | atuin-29ba4c8d6ef37aba18a713aac1abcf262acbd994.zip | |
treewide: Update Cargo.toml metadata
Diffstat (limited to 'crates/common')
| -rw-r--r-- | crates/common/Cargo.toml | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index e25dd3d3..caf36444 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -1,15 +1,12 @@ [package] name = "turtle-common" -edition = "2024" description = "common definitions and types needed by all the turtle-* crates" -readme = "./README.md" - -rust-version = { workspace = true } -version = { workspace = true } -authors = { workspace = true } -license = { workspace = true } -homepage = { workspace = true } -repository = { workspace = true } +edition.workspace = true +version.workspace = true +authors.workspace = true +rust-version.workspace = true +license.workspace = true +repository.workspace = true [dependencies] directories = { workspace = true } |
