2026-02-09 22:58:16 +00:00
|
|
|
[package]
|
|
|
|
|
name = "nres"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-02-10 08:26:49 +00:00
|
|
|
common = { path = "../common" }
|
2026-02-11 22:00:46 +00:00
|
|
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
2026-02-12 00:01:28 +00:00
|
|
|
windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem"] }
|