Skip to content

Commit

Permalink
Fix windows
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Sep 23, 2024
1 parent 3c2d710 commit 3edad27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/reqsign/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ sha2.workspace = true
home.workspace = true

[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { version = "0.59.0", features = ["Win32"] }
windows-sys = { version = "0.59.0", features = [
"Win32_Foundation",
"Win32_UI_Shell",
"Win32_System_Com",
] }

0 comments on commit 3edad27

Please sign in to comment.