We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b8175 commit a1c3979Copy full SHA for a1c3979
Cargo.toml
@@ -22,7 +22,7 @@ libc = "0.2" # For setpgid and signal constants
22
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } # For logging setup
23
tempfile = "3" # For creating temporary directories in examples/tests
24
anyhow = "1.0" # For simple error handling in examples
25
-windows-sys = { version = "0.59.0", features = ["Win32", "Win32_System"] }
+windows-sys = { version = "0.59.0", features = ["Win32", "Win32_System", "Win32_System_Threading"] }
26
# Dependency on the library itself (needed for building examples within the workspace)
27
# This line might not be strictly necessary if cargo automatically detects it,
28
# but explicitly listing it can sometimes help.
0 commit comments