From 1d0345a48a5b0da97d5a2ed44d3b40f1e727f6f5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 6 Jun 2025 22:05:37 +0200 Subject: build(Cargo.toml): Only use 5 keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d131e4f..3d4ef3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ license = "AGPL-3.0-or-later" homepage = "https://issues.foss-syndicate.org" repository = "https://git.foss-syndicate.org/vhack.eu/git_bug/back" categories = ["development-tools"] -keywords = ["git-bug", "issue", "bug", "task", "webserver", "panettone"] +keywords = ["git-bug", "issue", "bug", "webserver", "panettone"] [[bin]] name = "back" -- cgit 1.4.1