From b1ad9300ee28438ad07e3f6a7b9093e28ecf2a9b Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Tue, 5 Dec 2023 13:16:57 +0100 Subject: [PATCH] fix: drop `colors` keyword, because there can only be 5 keywords crates.io: expected at most 5 keywords per crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cded72c..6c55e94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" license = "MIT" description = "A colorful commandline calendar with ical support. Similar to `cal`, but with features." repository = "https://github.com/b1rger/carl" -keywords = ["calendar", "ical", "cli", "date", "cal", "colors"] +keywords = ["calendar", "ical", "cli", "date", "cal"] categories = ["command-line-utilities", "date-and-time"] [dependencies]