diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1a7c361918..fe0cd000f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -767,6 +767,7 @@ dependencies = [ "libc 0.2.40 (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-metadata 0.1.0", "mullvad-rpc 0.1.0", "mullvad-types 0.1.0", "os_pipe 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -789,6 +790,7 @@ name = "mullvad-ipc-client" version = "0.1.0" dependencies = [ "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "mullvad-metadata 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", @@ -796,6 +798,13 @@ dependencies = [ ] [[package]] +name = "mullvad-metadata" +version = "0.1.0" +dependencies = [ + "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] name = "mullvad-rpc" version = "0.1.0" dependencies = [ |
