Skip to content

Commit

Permalink
Cargo.toml: add some categories
Browse files Browse the repository at this point in the history
  • Loading branch information
gcavelier committed Sep 20, 2024
1 parent 71dd742 commit ac56b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Export gitlab tokens remaining validity days as prometheus metric
license = "Apache-2.0 license"
repository = "https://github.com/cnieg/gitlab-tokens-exporter/"
keywords = ["gitlab", "tokens", "prometheus"]
categories = ["prometheus-exporter"]
categories = ["prometheus-exporter", "security", "monitoring"]

[dependencies]
axum = { version = "0.7", default-features = false, features = ["http1", "tokio"] }
Expand Down

0 comments on commit ac56b56

Please sign in to comment.