diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-11-14 19:11:09 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-11-14 19:45:02 +0100 |
| commit | 5626d34e2425ea0c8d0f8f84a278f73f2fa253ff (patch) | |
| tree | 859357a590ad04d1ce8bc3f4cc9b13578909affd /Cargo.lock | |
| parent | e345dc54c1207afa7ca792862884a37bb1f4c9e3 (diff) | |
| download | mullvadvpn-5626d34e2425ea0c8d0f8f84a278f73f2fa253ff.tar.xz mullvadvpn-5626d34e2425ea0c8d0f8f84a278f73f2fa253ff.zip | |
Adapt to intermediate solution
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 d54055a31e..717f93bddc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,6 +702,7 @@ dependencies = [ "jsonrpc-client-core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-client-http 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "mullvad-types 0.1.0", + "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] |
