summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-02-05 12:22:23 +0100
committerNora <nora.widdecke@tu-bs.de>2019-02-05 12:22:23 +0100
commite4193e9afa196fdf275becb0be9ef1a08178476e (patch)
tree629c072ff099a51e099f5f0f89eb4934f2f167d2 /Cargo.toml
parent0bb5a95dc79814756b47c896da7021c984220a26 (diff)
replace most uses of extern crate by use
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c52d29..785b36d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ indoc = "0.3.1"
stderrlog = "0.4"
atty = "0.2"
walkdir = "2.2.7"
-libical-sys = "0.1.1"
+ical = { package = "libical-sys", version = "0.1.1" }
toml = "0.4.2"
serde = "1.0.82"
serde_derive = "1.0.82"