Skip to content

Commit

Permalink
Set proper categories in 'Cargo.toml'
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Aug 22, 2023
1 parent caca6ee commit 49236bc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kommitted"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = [
"Ivan De Marino <detronizator@gmail.com>",
Expand All @@ -12,7 +12,11 @@ homepage = "https://github.com/kafkesc/kommitted"
description = "Measure Kafka Consumer Offset Lag and Time Lag"
license = "MIT OR Apache-2.0"
keywords = ["kafka", "consume", "lag", "monitoring", "performance"]
categories = ["TODO"]
categories = [
"command-line-utilities",
"development-tools",
"visualization",
]
exclude = [
".github/",
".gitignore",
Expand Down

0 comments on commit 49236bc

Please sign in to comment.