Skip to content

Commit 64a1047

Browse files
committed
Cargo.toml is now enforcing a limit of 5 keywords
1 parent 120987c commit 64a1047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/kafkesc/ksunami"
77
homepage = "https://github.com/kafkesc/ksunami"
88
description = "Produce constant, configurable, cyclical waves of Kafka Records"
99
license = "MIT OR Apache-2.0"
10-
keywords = ["apache", "kafka", "workload", "testing", "performance", "developer-tools"]
10+
keywords = ["kafka", "workload", "testing", "performance", "developer-tools"]
1111
categories = ["command-line-utilities", "development-tools"]
1212
exclude = [
1313
".github/",

0 commit comments

Comments
 (0)