1
0

refactor wfassoc

This commit is contained in:
2025-10-13 22:07:42 +08:00
parent 034e9017be
commit c4b825f7f6
6 changed files with 802 additions and 591 deletions

View File

@ -8,7 +8,7 @@ license = "SPDX:MIT"
[dependencies]
thiserror = { workspace = true }
windows-sys = { version = "0.60.2", features = ["Win32_Security", "Win32_System_SystemServices"]}
winreg = "0.55.0"
windows-sys = { version = "0.60.2", features = ["Win32_Security", "Win32_System_SystemServices"] }
winreg = { version = "0.55.0", features = ["transactions"] }
regex = "1.11.3"
uuid = "1.18.1"