diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 22:05:37 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 22:05:37 +0200 |
commit | 1d0345a48a5b0da97d5a2ed44d3b40f1e727f6f5 (patch) | |
tree | ca25652ef2a333c3dc508cbf7c23db40ae162b1f | |
parent | chore(version): v0.1.1 (diff) | |
download | back-1d0345a48a5b0da97d5a2ed44d3b40f1e727f6f5.zip |
build(Cargo.toml): Only use 5 keywords
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |