aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 34c501a..dce8213 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,12 @@
[workspace]
-resolver = "3"
-members = ["crates/*"]
+resolver = "2"
+members = [
+ "libnres",
+ "nres-cli",
+ "packer",
+ "texture-decoder",
+ "unpacker",
+]
[profile.release]
codegen-units = 1