This commit is contained in:
2024-03-01 23:58:00 -05:00
committed by inportb
commit 8ea4392c3c
7 changed files with 223 additions and 0 deletions

19
Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "XWBSSOi"
version = "0.0.1"
edition = "2018"
[dependencies]
windows-sys = { features = [
"Win32_Foundation",
"Win32_Security_Cryptography",
"Win32_Security_Cryptography_UI",
"Win32_System",
"Win32_System_Registry",
"Win32_System_SystemInformation",
] }
[profile.release]
codegen-units = 1
lto = true
strip = true