From c0ffeec61ed2a1d4b920f51c6b4aa7e737eaa44f Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Sun, 7 Jul 2024 19:59:38 +0200 Subject: [PATCH] docs: reduce keyword count to abide by crates.io rules --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 905199f..cd21a6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0" edition = "2021" description = "Strongly typed iCalendar builder and parser." -keywords = ["calendar", "ical", "ics", "icalendar", "parser", "RFC5545", "RFC7986"] +keywords = ["ical", "icalendar", "parser", "RFC5545", "RFC7986"] categories = ["date-and-time", "data-structures", "parsing", ] documentation = "https://docs.rs/icalendar/"