1
0

add privilege checker

This commit is contained in:
2025-10-09 13:53:31 +08:00
parent 03a1796e07
commit 682be6ab58
7 changed files with 277 additions and 200 deletions

View File

@ -8,6 +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"
regex = "1.11.3"
uuid = "1.18.1"