summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2018-12-22 23:01:13 +0100
committerVincent Breitmoser <look@my.amazin.horse>2018-12-22 23:01:13 +0100
commitcea42f065daad9dfb3ac1e1e14badce4bb6c12fb (patch)
tree55a88c2498d27e9ce3e861ce9bef22f663524a2b /Cargo.toml
parenta791ae6721523b7d6d4217c74d78d4985a926458 (diff)
add toml and serde deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 89f99b2..1eed26a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,6 @@ stderrlog = "0.4"
atty = "0.2"
walkdir = "2.2.7"
libical-sys = "0.1.0"
+toml = "0.4.2"
+serde = "1.0.82"
+serde_derive = "1.0.82"