diff options
| author | mat <git@matdoes.dev> | 2023-05-16 23:55:39 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-05-16 23:55:39 -0500 |
| commit | a63beff5e395ebf104a62047cefe1c8f6d426f6f (patch) | |
| tree | 1553e50df0b3f70cd4ae173504a2a86be6789141 /azalea-inventory | |
| parent | bb49c78ebcb1a6df7b8edf51b2207704a14143ca (diff) | |
| download | azalea-drasl-a63beff5e395ebf104a62047cefe1c8f6d426f6f.tar.xz | |
and add the required fields
Diffstat (limited to 'azalea-inventory')
| -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 |
