summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-12-13 20:00:23 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-13 20:00:23 +0100
commit96caae4eee9a0e446a6e5bff2e2bb62b4994cef6 (patch)
tree9b332ecf4e27dbd5de00c2817a73cf3fba810986
parent0db9175f00eb8037e37b6a8cb2048d686dea82ef (diff)
Remove unused dependency
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 87ee380..a7a67a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,6 @@ itertools = "0.8.0"
log = "0.4.5"
yansi = "0.5.0"
indoc = "0.3.1"
-stderrlog = "0.4"
atty = "0.2"
walkdir = "2.2.7"
ical = { package = "libical-sys", version = "0.1.1" }