diff options
| author | Odd Stranne <odd@mullvad.net> | 2021-09-07 11:30:30 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2021-09-07 11:30:30 +0200 |
| commit | 0342d620485c16eb92dce2393678fd8ed3dbe381 (patch) | |
| tree | 6c774c8ccf68150c5769caadfcc7a85d204605f0 /talpid-core | |
| parent | 29d599b9a54c20cbb8a9aeca75c1bef440d762eb (diff) | |
| download | mullvadvpn-0342d620485c16eb92dce2393678fd8ed3dbe381.tar.xz mullvadvpn-0342d620485c16eb92dce2393678fd8ed3dbe381.zip | |
Add missing feature in toml
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index eacc75e381..69b2f1e42c 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -77,7 +77,7 @@ byteorder = "1" internet-checksum = "0.2" widestring = "0.4" winreg = { version = "0.7", features = ["transactions"] } -winapi = { version = "0.3.6", features = ["combaseapi", "handleapi", "ifdef", "libloaderapi", "netioapi", "psapi", "stringapiset", "synchapi", "winbase", "winioctl", "winuser"] } +winapi = { version = "0.3.6", features = ["combaseapi", "handleapi", "ifdef", "libloaderapi", "netioapi", "psapi", "stringapiset", "synchapi", "tlhelp32", "winbase", "winioctl", "winuser"] } socket2 = { version = "0.4", features = ["all"] } talpid-platform-metadata = { path = "../talpid-platform-metadata" } memoffset = "0.6" |
