diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-25 12:17:14 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-25 12:17:14 +0100 |
commit | ec413b074e426b4830e895efbf8029f8e0dc9ee0 (patch) | |
tree | c09521fe99877ea97b6b23c9d9abea47e8f436f7 /Cargo.toml | |
parent | ca355e4958fa547c92c851835fa8edf7ba113ff9 (diff) | |
download | rust_rrule-ec413b074e426b4830e895efbf8029f8e0dc9ee0.zip |
cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |