aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-06-15 21:47:56 -0100
committermat <git@matdoes.dev>2025-06-16 04:12:22 +0400
commit1fa1520feac05763805f006b996b11ef3d59c845 (patch)
tree76819b41da3609b8d28a61084704d9db65ed7979 /Cargo.toml
parentf64229fcc9479c7f30ea02b919c7fef9cedec4d5 (diff)
downloadazalea-drasl-1fa1520feac05763805f006b996b11ef3d59c845.tar.xz
put all azalea-* deps in the workspace Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8a3a81d0..12013947 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -83,6 +83,27 @@ compact_str = "0.9.0"
crc32fast = "1.4.2"
async-compat = "0.2.4"
+azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.12.0" }
+azalea-block = { path = "azalea-block", version = "0.12.0" }
+azalea-auth = { path = "azalea-auth", version = "0.12.0" }
+azalea-brigadier = { path = "azalea-brigadier", version = "0.12.0" }
+azalea-buf-macros = { path = "azalea-buf/azalea-buf-macros", version = "0.12.0" }
+azalea-buf = { path = "azalea-buf", version = "0.12.0" }
+azalea-chat = { path = "azalea-chat", version = "0.12.0" }
+azalea-client = { path = "azalea-client", version = "0.12.0" }
+azalea-core = { path = "azalea-core", version = "0.12.0" }
+azalea-crypto = { path = "azalea-crypto", version = "0.12.0" }
+azalea-entity = { path = "azalea-entity", version = "0.12.0" }
+azalea-inventory-macros = { path = "azalea-inventory/azalea-inventory-macros", version = "0.12.0" }
+azalea-inventory = { path = "azalea-inventory", version = "0.12.0" }
+azalea-language = { path = "azalea-language", version = "0.12.0" }
+azalea-physics = { path = "azalea-physics", version = "0.12.0" }
+azalea-protocol-macros = { path = "azalea-protocol/azalea-protocol-macros", version = "0.12.0" }
+azalea-protocol = { path = "azalea-protocol", version = "0.12.0" }
+azalea-registry-macros = { path = "azalea-registry/azalea-registry-macros", version = "0.12.0" }
+azalea-registry = { path = "azalea-registry", version = "0.12.0" }
+azalea-world = { path = "azalea-world", version = "0.12.0" }
+
# --- Profile Settings ---
[profile.release]