summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-10-24 14:45:00 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-10-24 23:34:33 +0200
commitc22962d1422c0c415d35c0068efe53124dd98aa9 (patch)
tree1f4829e9b8639a0df8a89b10500e1b7ab60f520d /Cargo.lock
parent7db6d2c0c67156a604bbeb87b21da89249d72b62 (diff)
downloadmullvadvpn-c22962d1422c0c415d35c0068efe53124dd98aa9.tar.xz
mullvadvpn-c22962d1422c0c415d35c0068efe53124dd98aa9.zip
Add terminal logging to problem-report
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2ce8627195..9e2b4b57af 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -983,6 +983,7 @@ version = "2018.4.0"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"mullvad-paths 0.1.0",