diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-04-23 19:36:06 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-05-03 14:51:17 -0300 |
| commit | d4c110b635be72bffb0acfa709f18a37cbe7b4ab (patch) | |
| tree | 8afec9ef5533a381f6e603337c54180bb1531b16 /Cargo.lock | |
| parent | 3ca2971a0aeaa8151e714f031f8a836601b10242 (diff) | |
| download | mullvadvpn-d4c110b635be72bffb0acfa709f18a37cbe7b4ab.tar.xz mullvadvpn-d4c110b635be72bffb0acfa709f18a37cbe7b4ab.zip | |
Use `mullvad-ipc-client` in `mullvad-cli`
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1142685c7c..b467d6b1e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,8 +739,7 @@ dependencies = [ "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "mullvad-ipc-client 0.1.0", "mullvad-types 0.1.0", "serde 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", "talpid-ipc 0.1.0", |
