build: add more metadata for crates.io
All checks were successful
Rust / build (push) Successful in 1m27s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-07-14 20:47:19 +01:00
parent 050e1171b3
commit 69211a87a3
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,13 @@ version = "0.9.4"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
repository = "https://git.kemitix.net/kemitix/git-next" repository = "https://git.kemitix.net/kemitix/git-next"
authors = ["Paul Campbell <pcampbell@kemitix.net>"]
rust-version = "1.76"
description = "trunk-based development manager"
documentation = "https://git.kemitix.net/kemitix/git-next/src/branch/main/README.md"
keywords = ["git", "cli", "server", "tool"]
categories = ["development-tools"]
[workspace.lints.clippy] [workspace.lints.clippy]
nursery = { level = "warn", priority = -1 } nursery = { level = "warn", priority = -1 }

View file

@ -5,6 +5,11 @@ edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
description = "CLI support for git-next, the trunk-based development manager" description = "CLI support for git-next, the trunk-based development manager"
authors = { workspace = true }
rust-version = { workspace = true }
documentation = { workspace = true }
keywords = { workspace = true }
categories = { workspace = true }
[dependencies] [dependencies]
git-next-server = { workspace = true } git-next-server = { workspace = true }