diff --git a/crates/runtime/Cargo.toml b/crates/runtime/Cargo.toml index 2c002cdca7..792c358f1a 100644 --- a/crates/runtime/Cargo.toml +++ b/crates/runtime/Cargo.toml @@ -36,6 +36,7 @@ rustix = { workspace = true, features = ["mm"] } [target.'cfg(target_os = "windows")'.dependencies.windows-sys] workspace = true features = [ + "Win32_Foundation", "Win32_System_Kernel", "Win32_System_Memory", "Win32_System_Diagnostics_Debug",