diff options
| author | mat <git@matdoes.dev> | 2025-06-16 01:20:37 +0100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-06-16 01:20:37 +0100 |
| commit | 57bdb88272fd9fc2ebc55aad16d3e162afa9bb2f (patch) | |
| tree | b48ee42cb837f24079d5d6489f4bd8d477f6fdff /azalea-protocol | |
| parent | 6bbb3ec5eb3d4310c449bde289832f5f6f998791 (diff) | |
| download | azalea-drasl-57bdb88272fd9fc2ebc55aad16d3e162afa9bb2f.tar.xz | |
use workspace deps everywhere
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index be711592..92814e74 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -14,22 +14,15 @@ tracing-subscriber.workspace = true [dependencies] async-recursion.workspace = true azalea-auth.workspace = true -azalea-block = { path = "../azalea-block", version = "0.12.0", default-features = false } -azalea-brigadier = { path = "../azalea-brigadier", version = "0.12.0", features = [ - "azalea-buf", -] } +azalea-block.workspace = true +azalea-brigadier = { workspace = true, features = ["azalea-buf"] } azalea-buf.workspace = true -azalea-chat = { path = "../azalea-chat", version = "0.12.0", features = [ - "numbers", - "azalea-buf", -] } -azalea-core = { path = "../azalea-core", version = "0.12.0", optional = true, features = [ - "serde", -] } +azalea-chat = { workspace = true, features = ["numbers", "azalea-buf"] } +azalea-core = { workspace = true, optional = true, features = ["serde"] } azalea-crypto.workspace = true azalea-entity.workspace = true azalea-inventory.workspace = true -azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.12.0" } +azalea-protocol-macros.workspace = true azalea-registry.workspace = true azalea-world.workspace = true bevy_ecs.workspace = true |
