mirror of
https://codeberg.org/smukx/Dyncvoke
synced 2026-06-06 20:23:06 +00:00
30 lines
622 B
TOML
30 lines
622 B
TOML
[package]
|
|
name = "data"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
strip = true
|
|
|
|
[dependencies]
|
|
obfstr = "0.4"
|
|
|
|
[dependencies.windows-sys]
|
|
version = "0.59"
|
|
features = [
|
|
"Win32_Foundation",
|
|
"Win32_Security",
|
|
"Win32_System",
|
|
"Win32_System_IO",
|
|
"Win32_System_Kernel",
|
|
"Win32_System_Diagnostics_Debug",
|
|
"Win32_System_Diagnostics_ToolHelp",
|
|
"Win32_System_WindowsProgramming",
|
|
"Win32_Storage_FileSystem",
|
|
"Win32_System_Memory",
|
|
"Win32_System_SystemInformation",
|
|
"Win32_System_Threading",
|
|
"Win32_Graphics",
|
|
"Win32_Graphics_Printing",
|
|
"Win32_Graphics_Gdi"
|
|
] |