aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity/Cargo.toml')
-rw-r--r--azalea-entity/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml
new file mode 100644
index 00000000..022a3343
--- /dev/null
+++ b/azalea-entity/Cargo.toml
@@ -0,0 +1,13 @@
+[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-buf = {path = "../azalea-buf"}
+azalea-chat = {path = "../azalea-chat"}
+azalea-core = {path = "../azalea-core"}
+azalea-nbt = {path = "../azalea-nbt"}
+uuid = "^1.1.2"