Skip to content

Commit 8ad17d2

Browse files
committed
add another deno dependency hack
1 parent 1e2bbfe commit 8ad17d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cli/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ birdcage = { version = "0.8.1" }
8787
[target.'cfg(windows)'.dependencies]
8888
# HACK: The Win32_Security feature is required by deno_io, but their crate didn't enable it
8989
windows-sys = { version = "0.52.0", features = ["Win32_Security"] }
90+
# HACK: The sysinfoapi feature is required by deno_node, but their crate didn't enable it
91+
windowsapi = { version = "0.3.9", features = ["sysinfoapi"] }
9092

9193
[dev-dependencies]
9294
assert_cmd = "2.0.4"

0 commit comments

Comments
 (0)