XWBSSOi-rs/Cargo.toml
2024-03-02 00:04:39 -05:00

20 lines
338 B
TOML

[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