Skip to content

Commit

Permalink
Specify windows-sys features
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 16, 2023
1 parent 3a83db3 commit 7459560
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ walkdir = "2.4"
libc = { version = "0.2", optional = true }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.48", optional = true }
windows-sys = { version = "0.48", features = [
"Win32_Storage_FileSystem",
"Win32_Foundation",
"Win32_System_IO",
], optional = true }

[dev-dependencies]
assert_cmd = "2.0"
Expand Down

0 comments on commit 7459560

Please sign in to comment.