diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-11-13 19:55:04 +0100 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-11-14 15:20:55 +0100 |
| commit | 4e70130ef0d684c276615a97fb7748dc4eb88e2b (patch) | |
| tree | b306967b573f2f864f03799dcb802c657df61f8d /Cargo.lock | |
| parent | 8a6bae399969ebd57be39ba502630120983fc995 (diff) | |
| download | mullvadvpn-4e70130ef0d684c276615a97fb7748dc4eb88e2b.tar.xz mullvadvpn-4e70130ef0d684c276615a97fb7748dc4eb88e2b.zip | |
Complement 'offline' module with code for Windows
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 5d127fb999..7e7c6ce73d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1705,6 +1705,7 @@ dependencies = [ "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "which 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "widestring 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] |
