diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-10-24 14:45:00 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-10-24 23:34:33 +0200 |
| commit | c22962d1422c0c415d35c0068efe53124dd98aa9 (patch) | |
| tree | 1f4829e9b8639a0df8a89b10500e1b7ab60f520d /Cargo.lock | |
| parent | 7db6d2c0c67156a604bbeb87b21da89249d72b62 (diff) | |
| download | mullvadvpn-c22962d1422c0c415d35c0068efe53124dd98aa9.tar.xz mullvadvpn-c22962d1422c0c415d35c0068efe53124dd98aa9.zip | |
Add terminal logging to problem-report
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
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", |
