diff options
Diffstat (limited to 'Cargo.toml')
-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" |