From a63beff5e395ebf104a62047cefe1c8f6d426f6f Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 16 May 2023 23:55:39 -0500 Subject: and add the required fields --- azalea-inventory/Cargo.toml | 3 +++ azalea-inventory/azalea-inventory-macros/Cargo.toml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3