diff options
Diffstat (limited to 'azalea-inventory')
| -rw-r--r-- | azalea-inventory/Cargo.toml | 14 | ||||
| -rw-r--r-- | azalea-inventory/azalea-inventory-macros/Cargo.toml | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index 9ccaaa2d..4d4830db 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "azalea-inventory" description = "Representations of various inventory data structures in Minecraft." -version = { workspace = true } -edition = { workspace = true } -license = { workspace = true } -repository = { workspace = true } +version.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true [dependencies] azalea-buf = { path = "../azalea-buf", version = "0.11.0" } @@ -14,7 +14,7 @@ azalea-chat = { path = "../azalea-chat", version = "0.11.0", features = [ azalea-core = { path = "../azalea-core", version = "0.11.0" } azalea-inventory-macros = { path = "./azalea-inventory-macros", version = "0.11.0" } azalea-registry = { path = "../azalea-registry", version = "0.11.0" } -indexmap = { workspace = true } +indexmap.workspace = true -simdnbt = { workspace = true } -uuid = { workspace = true } +simdnbt.workspace = true +uuid.workspace = true diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml index 5e850b3c..97d61dd8 100644 --- a/azalea-inventory/azalea-inventory-macros/Cargo.toml +++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "azalea-inventory-macros" description = "Internal macros for azalea-inventory." -version = { workspace = true } -edition = { workspace = true } -license = { workspace = true } -repository = { workspace = true } +version.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true [lib] proc-macro = true [dependencies] -proc-macro2 = { workspace = true } -quote = { workspace = true } -syn = { workspace = true } +proc-macro2.workspace = true +quote.workspace = true +syn.workspace = true |
