diff options
| -rw-r--r-- | azalea-inventory/Cargo.toml | 3 | ||||
| -rw-r--r-- | azalea-inventory/azalea-inventory-macros/Cargo.toml | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index e792a1e5..5fe756f7 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -1,6 +1,9 @@ [package] +description = "Representations of various inventory data structures in Minecraft." edition = "2021" +license = "MIT" name = "azalea-inventory" +repository = "https://github.com/mat-1/azalea/tree/main/azalea-inventory-macros" version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml index 2aac8be5..0db33255 100644 --- a/azalea-inventory/azalea-inventory-macros/Cargo.toml +++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml @@ -1,7 +1,10 @@ [package] +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.6.0" -edition = "2021" [lib] proc-macro = true |
