diff options
| author | Emīls <emils@mullvad.net> | 2022-02-17 15:10:51 +0000 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2022-02-17 15:10:51 +0000 |
| commit | 66b27c005ba03d8e7ce36fb34180a91597e62b59 (patch) | |
| tree | fe13f2922014371ac445ff58dd883fdc0116ef99 /mullvad-setup | |
| parent | 66e90f14b21e4c8f3205ba3b94019e25f2bf10a2 (diff) | |
| parent | c046e5358e19f8ed66a2a7995914992cd2beb105 (diff) | |
| download | mullvadvpn-66b27c005ba03d8e7ce36fb34180a91597e62b59.tar.xz mullvadvpn-66b27c005ba03d8e7ce36fb34180a91597e62b59.zip | |
Merge branch 'remove-extra-whitespace-from-cargo-tomls'
Diffstat (limited to 'mullvad-setup')
| -rw-r--r-- | mullvad-setup/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mullvad-setup/Cargo.toml b/mullvad-setup/Cargo.toml index 9cb46e37c0..66fcc19085 100644 --- a/mullvad-setup/Cargo.toml +++ b/mullvad-setup/Cargo.toml @@ -19,7 +19,7 @@ lazy_static = "1.1.0" mullvad-management-interface = { path = "../mullvad-management-interface" } -tokio = { version = "1.8", features = [ "rt-multi-thread" ] } +tokio = { version = "1.8", features = ["rt-multi-thread"] } mullvad-daemon = { path = "../mullvad-daemon" } mullvad-paths = { path = "../mullvad-paths" } @@ -29,7 +29,7 @@ talpid-core = { path = "../talpid-core" } talpid-types = { path = "../talpid-types" } [target.'cfg(windows)'.dependencies] -winapi = { version = "0.3.6", features = [ "securitybaseapi", "impl-default", "impl-debug", "handleapi", "psapi" ]} +winapi = { version = "0.3.6", features = ["securitybaseapi", "impl-default", "impl-debug", "handleapi", "psapi"]} widestring = "0.5" [target.'cfg(windows)'.build-dependencies] |
