diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 21:58:07 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 21:58:46 +0200 |
commit | 3655500ddb9ab5786d0f993b6c2acc03e514487a (patch) | |
tree | 00ccd53dcd86a2a7e8b165ad07762b0967daec2d | |
parent | build(Cargo.toml): Use a different name for the crate (diff) | |
download | back-3655500ddb9ab5786d0f993b6c2acc03e514487a.zip |
build(Cargo.toml): Add nice metadata
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml index df3ea05..6d6db76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,11 +15,10 @@ description = "An extremely simple git bug visualization system. Inspired by TVL version = "0.1.0" edition = "2024" license = "AGPL-3.0-or-later" -homepage = "" +homepage = "https://issues.foss-syndicate.org" repository = "https://git.foss-syndicate.org/vhack.eu/git_bug/back" -# TODO -# categories = [""] -# keywords = ["", ""] +categories = ["development-tools"] +keywords = ["git-bug", "issue", "bug", "task", "webserver", "panettone"] [[bin]] name = "back" |