aboutsummaryrefslogtreecommitdiff
path: root/crates/nres/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nres/Cargo.toml')
-rw-r--r--crates/nres/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/crates/nres/Cargo.toml b/crates/nres/Cargo.toml
deleted file mode 100644
index 38b8822..0000000
--- a/crates/nres/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[package]
-name = "nres"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-common = { path = "../common" }
-
-[target.'cfg(windows)'.dependencies]
-windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem"] }