Files
fparkan/crates/nres/Cargo.toml
T

11 lines
221 B
TOML
Raw Normal View History

[package]
name = "nres"
version = "0.1.0"
edition = "2021"
[dependencies]
common = { path = "../common" }
[target.'cfg(windows)'.dependencies]
2026-02-12 00:01:28 +00:00
windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem"] }