summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
diff options
context:
space:
mode:
authorOdd Stranne <odd@mullvad.net>2021-09-07 11:30:30 +0200
committerOdd Stranne <odd@mullvad.net>2021-09-07 11:30:30 +0200
commit0342d620485c16eb92dce2393678fd8ed3dbe381 (patch)
tree6c774c8ccf68150c5769caadfcc7a85d204605f0 /talpid-core
parent29d599b9a54c20cbb8a9aeca75c1bef440d762eb (diff)
downloadmullvadvpn-0342d620485c16eb92dce2393678fd8ed3dbe381.tar.xz
mullvadvpn-0342d620485c16eb92dce2393678fd8ed3dbe381.zip
Add missing feature in toml
Diffstat (limited to 'talpid-core')
-rw-r--r--talpid-core/Cargo.toml2
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"