summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-06-13 16:03:34 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-06-13 16:04:47 +0200
commit236977315a40e1e44a51f5efb0b393882e54eff9 (patch)
treefc8aae899bc58768246e311414c217ccc8d39fd7
parenta9e18298d817996d07969a8b6a5d5ddc2f046c4a (diff)
downloadmullvadvpn-236977315a40e1e44a51f5efb0b393882e54eff9.tar.xz
mullvadvpn-236977315a40e1e44a51f5efb0b393882e54eff9.zip
Remove unused app_dirs from mullvad-daemon
-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;