diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,3 +4,10 @@ version = "0.1.0" authors = ["meskio <meskio@sindominio.net>"] [dependencies] +chrono = "0.4" +chrono-tz = "0.4" + +[dependencies.ical] +version = "0.4.*" +default-features = false +features = ["ical"] |