We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b512b1c commit 3b8358eCopy full SHA for 3b8358e
src/tools/rustc-workspace-hack/Cargo.toml
@@ -17,6 +17,8 @@ path = "lib.rs"
17
[target.'cfg(windows)'.dependencies.winapi]
18
version = "0.3"
19
features = [
20
+ "aclapi",
21
+ "accctrl",
22
"basetsd",
23
"consoleapi",
24
"errhandlingapi",
@@ -73,6 +75,5 @@ url = { version = "2.0", features = ['serde'] }
73
75
[target.'cfg(not(windows))'.dependencies]
74
76
openssl = { version = "0.10.12", optional = true }
77
-
78
[features]
79
all-static = ['openssl/vendored', 'curl-sys/static-curl', 'curl-sys/force-system-lib-on-osx']
0 commit comments