Add extra metadata to Cargo.toml files.

This commit is contained in:
Bauke 2022-11-07 14:27:09 +01:00
parent 82cbc580dc
commit a8f587f43a
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,10 @@
> **Git hooks manager.**
## Docs
See [hooked.holllo.org](https://hooked.holllo.org) for documentation.
## 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.

View File

@ -1,8 +1,12 @@
[package]
name = "hooked-cli"
description = "Git hooks manager."
documentation = "https://hooked.holllo.org"
homepage = "https://hooked.holllo.org"
repository = "https://git.bauke.xyz/Holllo/hooked"
readme = "../README.md"
license = "AGPL-3.0-or-later"
license-file = "../LICENSE"
version = "0.1.0"
authors = ["Holllo <helllo@holllo.org>"]
edition = "2021"

View File

@ -1,8 +1,12 @@
[package]
name = "hooked-config"
description = "Configuration for Hooked."
documentation = "https://docs.rs/hooked-config"
homepage = "https://hooked.holllo.org"
repository = "https://git.bauke.xyz/Holllo/hooked"
readme = "../README.md"
license = "AGPL-3.0-or-later"
license-file = "../LICENSE"
version = "0.1.0"
authors = ["Holllo <helllo@holllo.org>"]
edition = "2021"