summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-daemon/Cargo.toml1
-rw-r--r--mullvad-daemon/src/main.rs2
2 files changed, 0 insertions, 3 deletions
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index da13e356c2..0fcd8134f8 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -7,7 +7,6 @@ license = "GPL-3.0"
build = "build.rs"
[dependencies]
-app_dirs = "1.2"
chrono = { version = "0.4", features = ["serde"] }
clap = "2.25"
error-chain = "0.11"
diff --git a/mullvad-daemon/src/main.rs b/mullvad-daemon/src/main.rs
index 8743285a73..efcf7266a2 100644
--- a/mullvad-daemon/src/main.rs
+++ b/mullvad-daemon/src/main.rs
@@ -6,8 +6,6 @@
//! GNU General Public License as published by the Free Software Foundation, either version 3 of
//! the License, or (at your option) any later version.
-
-extern crate app_dirs;
extern crate chrono;
#[macro_use]
extern crate clap;