aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-05-24 02:52:21 -0500
committermat <git@matdoes.dev>2023-05-24 02:52:21 -0500
commit8be3921ad450958ac9bc8c1911ecd65760ea42b6 (patch)
tree2bf05b45f2aaa23f3b1f54c1ef365888ee02f08a /azalea-inventory
parent630c78b3180443115b84261a63bfdb3e61c41822 (diff)
parenteb65b0ad6e03f5ffcf8f0f2328ec91bb7e26259f (diff)
downloadazalea-drasl-8be3921ad450958ac9bc8c1911ecd65760ea42b6.tar.xz
merge main
Diffstat (limited to 'azalea-inventory')
-rw-r--r--azalea-inventory/Cargo.toml13
-rw-r--r--azalea-inventory/azalea-inventory-macros/Cargo.toml7
2 files changed, 13 insertions, 7 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml
index 4b00901f..4e689d03 100644
--- a/azalea-inventory/Cargo.toml
+++ b/azalea-inventory/Cargo.toml
@@ -1,12 +1,15 @@
[package]
+description = "Representations of various inventory data structures in Minecraft."
edition = "2021"
+license = "MIT"
name = "azalea-inventory"
-version = "0.1.0"
+repository = "https://github.com/mat-1/azalea/tree/main/azalea-inventory-macros"
+version = "0.7.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-buf = { version = "0.6.0", path = "../azalea-buf" }
-azalea-inventory-macros = { version = "0.1.0", path = "./azalea-inventory-macros" }
-azalea-nbt = { version = "0.6.0", path = "../azalea-nbt" }
-azalea-registry = { version = "0.6.0", path = "../azalea-registry" }
+azalea-buf = { version = "0.7.0", path = "../azalea-buf" }
+azalea-inventory-macros = { version = "0.7.0", path = "./azalea-inventory-macros" }
+azalea-nbt = { version = "0.7.0", path = "../azalea-nbt" }
+azalea-registry = { version = "0.7.0", path = "../azalea-registry" }
diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml
index 9ac1cd68..ee41c6b6 100644
--- a/azalea-inventory/azalea-inventory-macros/Cargo.toml
+++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml
@@ -1,7 +1,10 @@
[package]
-name = "azalea-inventory-macros"
-version = "0.1.0"
+description = "Internal macros for azalea-inventory."
edition = "2021"
+license = "MIT"
+name = "azalea-inventory-macros"
+repository = "https://github.com/mat-1/azalea/tree/main/azalea-inventory/azalea-inventory-macros"
+version = "0.7.0"
[lib]
proc-macro = true