Files
Kudaes 2051acda29 Small fix
There was a bug in Dinvoke_rs 0.2.1 that could trigger stack overflow errors in some environments. Fixed by upgrading to version 0.2.2.
2026-05-01 14:07:23 +02:00

17 lines
275 B
TOML

[package]
name = "data"
version = "0.1.0"
edition = "2021"
[dependencies]
windows-core = "0.62.2"
dinvoke_rs = "=0.2.2"
[dependencies.windows]
version = "=0.62"
features = [
"Win32_Foundation",
"Win32_Storage",
"Win32_Storage_FileSystem",
"Win32_Security"
]