aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Pollan2018-12-10 02:45:32 +0100
committerRuben Pollan2018-12-10 02:45:32 +0100
commit3097964b7bc8a96df8c619e3006a745db870175e (patch)
treebaa7409f79d075117c364722e34e6cc8799ec8f0 /Cargo.toml
parent5f09796938cbdf11a99fa023aa8baeb76571b967 (diff)
Use iterators and itertools to produce events
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5bae8e6..6f5bdb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["meskio <meskio@sindominio.net>"]
[dependencies]
chrono = "0.4"
chrono-tz = "0.5"
+itertools = "0.7"
[dependencies.ical]
version = "0.5.*"