aboutsummaryrefslogtreecommitdiff
path: root/crates/nres/Cargo.toml
blob: 25f34940edb4b2e91f801f87833afbc8a4c69763 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "nres"
version = "0.1.0"
edition = "2021"

[dependencies]
common = { path = "../common" }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] }