1
0

write ext shit

This commit is contained in:
2025-10-15 13:15:29 +08:00
parent c4b825f7f6
commit eee91d8498
4 changed files with 256 additions and 88 deletions

View File

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