mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 20:03:11 +00:00
fix: add Win32_System_Threading feature for Windows build
This commit is contained in:
parent
05fc8fc2c4
commit
60e1ce7e2d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ tempfile = { workspace = true, optional = true }
|
|||
libc = "0.2"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows = { version = "0.52", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console"] }
|
||||
windows = { version = "0.52", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Threading"] }
|
||||
|
||||
[dev-dependencies]
|
||||
http-body-util.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue