We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5310024 commit ca8c2d0Copy full SHA for ca8c2d0
Cargo.toml
@@ -28,6 +28,8 @@ walkdir = "2"
28
zip = "0.5.13"
29
semver = "1.0.14"
30
reqwest = { version = "0.11.12", features = ["json", "blocking"] }
31
+
32
+[target.'cfg(windows)'.dependencies]
33
winreg = "0.7.0"
34
35
[build-dependencies]
0 commit comments