We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f50dc commit 6f28b67Copy full SHA for 6f28b67
xen-guest-agent/Cargo.toml
@@ -31,15 +31,12 @@ sysctl = "0.5.0"
31
[target.'cfg(target_family = "unix")'.dependencies]
32
syslog = "6.0"
33
34
-[dependencies.windows]
35
-version = "0.58"
36
-features = [
+[target."cfg(windows)".dependencies]
+windows = { version = "0.58", features = [
37
"Win32_Foundation",
38
"Win32_System_Diagnostics_Debug",
39
-]
40
-
41
-[target."cfg(windows)".dependencies]
+] }
42
windows-service = "0.8"
43
44
[features]
45
-netlink = ["dep:provider-netlink"]
+netlink = ["dep:provider-netlink"]
0 commit comments