From fb4e4989f7346e6282a25fafde6bc7543a00495b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 13 Dec 2019 20:04:00 +0100 Subject: Remove unused dependencies Signed-off-by: Matthias Beyer --- Cargo.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a7a67a0..864f9f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,26 +14,20 @@ license = "LGPL-2.1 OR MPL-2.0" edition = "2018" [dependencies] -libc = "0.2.43" chrono = "0.4" itertools = "0.8.0" log = "0.4.5" -yansi = "0.5.0" indoc = "0.3.1" atty = "0.2" walkdir = "2.2.7" ical = { package = "libical-sys", version = "0.1.1" } -toml = "0.5.0" -serde = "1.0.82" -tempfile = "3.0.5" uuid = { version = "0.7", features = ["v4"] } fs2 = "0.4.3" lazy_static = "1.2.0" -backtrace = "0.3" -dirs = "2.0.0" [dev-dependencies] assert_fs = "0.11.3" predicates = "1.0" maplit = "1.0.1" pretty_assertions = "0.6.1" +tempfile = "3.0.5" -- cgit v1.2.3