diff options
| author | mat <git@matdoes.dev> | 2025-06-15 21:47:56 -0100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-06-16 04:12:22 +0400 |
| commit | 1fa1520feac05763805f006b996b11ef3d59c845 (patch) | |
| tree | 76819b41da3609b8d28a61084704d9db65ed7979 /azalea-protocol | |
| parent | f64229fcc9479c7f30ea02b919c7fef9cedec4d5 (diff) | |
| download | azalea-drasl-1fa1520feac05763805f006b996b11ef3d59c845.tar.xz | |
put all azalea-* deps in the workspace Cargo.toml
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index d1215a92..be711592 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -13,12 +13,12 @@ tracing-subscriber.workspace = true [dependencies] async-recursion.workspace = true -azalea-auth = { path = "../azalea-auth", version = "0.12.0" } +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-buf = { path = "../azalea-buf", version = "0.12.0" } +azalea-buf.workspace = true azalea-chat = { path = "../azalea-chat", version = "0.12.0", features = [ "numbers", "azalea-buf", @@ -26,12 +26,12 @@ azalea-chat = { path = "../azalea-chat", version = "0.12.0", features = [ azalea-core = { path = "../azalea-core", version = "0.12.0", optional = true, features = [ "serde", ] } -azalea-crypto = { path = "../azalea-crypto", version = "0.12.0" } -azalea-entity = { path = "../azalea-entity", version = "0.12.0" } -azalea-inventory = { path = "../azalea-inventory", version = "0.12.0" } +azalea-crypto.workspace = true +azalea-entity.workspace = true +azalea-inventory.workspace = true azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.12.0" } -azalea-registry = { path = "../azalea-registry", version = "0.12.0" } -azalea-world = { path = "../azalea-world", version = "0.12.0" } +azalea-registry.workspace = true +azalea-world.workspace = true bevy_ecs.workspace = true # byteorder.workspace = true flate2.workspace = true |
