about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 21:58:07 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 21:58:46 +0200
commit3655500ddb9ab5786d0f993b6c2acc03e514487a (patch)
tree00ccd53dcd86a2a7e8b165ad07762b0967daec2d
parentbuild(Cargo.toml): Use a different name for the crate (diff)
downloadback-3655500ddb9ab5786d0f993b6c2acc03e514487a.zip
build(Cargo.toml): Add nice metadata
-rw-r--r--Cargo.toml7
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"