aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-17 20:46:16 -0500
committermat <github@matdoes.dev>2022-06-17 20:46:16 -0500
commitf993e79a7e6acc7aadd1e6cf9462d7a3e2c3ac3e (patch)
tree43968ba301274358a74399a5ed3d73f5204e7046 /azalea-entity/Cargo.toml
parentfcdb6d31eeb93887caae104724b230196a0fc5bc (diff)
downloadazalea-drasl-f993e79a7e6acc7aadd1e6cf9462d7a3e2c3ac3e.tar.xz
Create azalea-entity
Diffstat (limited to 'azalea-entity/Cargo.toml')
-rw-r--r--azalea-entity/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml
new file mode 100644
index 00000000..bf1e64bc
--- /dev/null
+++ b/azalea-entity/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+edition = "2021"
+name = "azalea-entity"
+version = "0.1.0"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+azalea-core = {path = "../azalea-core"}