diff options
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 |
