summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 12:17:14 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 12:17:14 +0100
commitec413b074e426b4830e895efbf8029f8e0dc9ee0 (patch)
treec09521fe99877ea97b6b23c9d9abea47e8f436f7 /Cargo.toml
parentca355e4958fa547c92c851835fa8edf7ba113ff9 (diff)
downloadrust_rrule-ec413b074e426b4830e895efbf8029f8e0dc9ee0.zip
cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c00d167..75c2db4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Fredrik Meringdal"]
edition = "2018"
keywords = ["calendar", "rrule", "ical"]
-categories = ["Date and time"]
+categories = ["date-and-time"]
[dependencies]
chrono = "0.4.19"