diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-02-09 11:18:52 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-02-09 11:18:52 +0100 |
| commit | 82890bc9840f77973fa7c48d72d9e51004c75f40 (patch) | |
| tree | dc75d9ad991d368ebe6dbd6bac591e813fe228dd /Cargo.lock | |
| parent | b460c4c138ad283746e12604975d9d1235381ed4 (diff) | |
| parent | 9d551d691a5b9981fb2c1d80801031889ca022a0 (diff) | |
| download | mullvadvpn-82890bc9840f77973fa7c48d72d9e51004c75f40.tar.xz mullvadvpn-82890bc9840f77973fa7c48d72d9e51004c75f40.zip | |
Merge branch 'error-chain'
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index a13f3df512..4fb8fb2009 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,6 +129,7 @@ name = "talpid_cli" version = "0.0.0" dependencies = [ "clap 2.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "talpid_core 0.0.0", ] @@ -138,6 +139,7 @@ version = "0.0.0" dependencies = [ "assert_matches 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "clonablechild 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] |
