forked from kemitix/git-next
build: add more metadata for crates.io
This commit is contained in:
parent
050e1171b3
commit
69211a87a3
2 changed files with 12 additions and 0 deletions
|
@ -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 }
|
||||||
|
|
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue