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