1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "rrule" description = "Partial implementation of the ical specs" license = "MIT" version = "0.1.0" authors = ["Fredrik Meringdal <fmeringdal@hotmail.com>"] edition = "2018" [dependencies] chrono = "0.4.19" chrono-tz = "0.5.3" once_cell = "1.4.1"