diff options
Diffstat (limited to '')
| -rw-r--r-- | crates/turtle/Cargo.toml | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/crates/turtle/Cargo.toml b/crates/turtle/Cargo.toml index 3ad7340f..5d438c54 100644 --- a/crates/turtle/Cargo.toml +++ b/crates/turtle/Cargo.toml @@ -1,15 +1,12 @@ [package] name = "turtle-api" -edition = "2024" description = "turtle - library for sqlite shell history" -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] uuid = { workspace = true } |
