diff --git a/Cargo.toml b/Cargo.toml index 9507447..fe778dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kommitted" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = [ "Ivan De Marino ", @@ -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",