diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,3 +10,4 @@ edition = "2018" chrono = "0.4.19" chrono-tz = "0.5.3" once_cell = "1.4.1" +regex = "1.4.1" |
index : rust_rrule | ||
Rust crate for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more. | cos |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 1 |
@@ -10,3 +10,4 @@ edition = "2018" chrono = "0.4.19" chrono-tz = "0.5.3" once_cell = "1.4.1" +regex = "1.4.1" |