diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 9cf699cf..89a2ae72 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -62,6 +62,7 @@ windows = { version = "0.59", features = [ "Win32_System_Memory", "Win32_System_Threading", "Win32_System_JobObjects", + "Win32_System_SystemServices", ] } windows-sys = { version = "0.59", features = ["Win32"] } windows-result = "0.3"