XWBSSOi-rs/Cargo.toml

20 lines
338 B
TOML
Raw Normal View History

2024-03-01 23:58:00 -05:00
[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