Add extra metadata to Cargo.toml files.
This commit is contained in:
parent
82cbc580dc
commit
a8f587f43a
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
> **Git hooks manager.**
|
> **Git hooks manager.**
|
||||||
|
|
||||||
|
## Docs
|
||||||
|
|
||||||
|
See [hooked.holllo.org](https://hooked.holllo.org) for documentation.
|
||||||
|
|
||||||
## Feedback
|
## Feedback
|
||||||
|
|
||||||
Found a problem or want to request a new feature? Email [helllo@holllo.org](mailto:helllo@holllo.org) and I'll see what I can do for you.
|
Found a problem or want to request a new feature? Email [helllo@holllo.org](mailto:helllo@holllo.org) and I'll see what I can do for you.
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "hooked-cli"
|
name = "hooked-cli"
|
||||||
description = "Git hooks manager."
|
description = "Git hooks manager."
|
||||||
|
documentation = "https://hooked.holllo.org"
|
||||||
|
homepage = "https://hooked.holllo.org"
|
||||||
repository = "https://git.bauke.xyz/Holllo/hooked"
|
repository = "https://git.bauke.xyz/Holllo/hooked"
|
||||||
|
readme = "../README.md"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
license-file = "../LICENSE"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Holllo <helllo@holllo.org>"]
|
authors = ["Holllo <helllo@holllo.org>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "hooked-config"
|
name = "hooked-config"
|
||||||
description = "Configuration for Hooked."
|
description = "Configuration for Hooked."
|
||||||
|
documentation = "https://docs.rs/hooked-config"
|
||||||
|
homepage = "https://hooked.holllo.org"
|
||||||
repository = "https://git.bauke.xyz/Holllo/hooked"
|
repository = "https://git.bauke.xyz/Holllo/hooked"
|
||||||
|
readme = "../README.md"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
license-file = "../LICENSE"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Holllo <helllo@holllo.org>"]
|
authors = ["Holllo <helllo@holllo.org>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Reference in New Issue