Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Aug 25, 2023
1 parent af8cb61 commit 51e2285
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ serde_json = "1.0"
clap = { version = "4.0", features = ["derive"] }
anyhow = "1.0"

# Needed for windows build support with cargo 0.73
[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.48"
features = [
"Win32_System_IO",
"Win32_Foundation",
"Win32_Storage_FileSystem",
"Win32_System_Console",
"Win32_System_Threading",
"Win32_System_JobObjects",
]

[dev-dependencies]
pretty_assertions = "1.0"
tempfile = "3.1"
Expand Down

0 comments on commit 51e2285

Please sign in to comment.