aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cfeef35..2aacbd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]