diff options
| author | mat <git@matdoes.dev> | 2023-09-14 18:59:01 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-14 18:59:01 -0500 |
| commit | d850f5988ab0d859a51fe0b5b27c9328afb66a87 (patch) | |
| tree | f9becf7ad156ed738f83f5c613c8f49e13a32ea1 /azalea-entity | |
| parent | 90d6b0acea7183d1a3b05d9a92825fa30b02c1cc (diff) | |
| download | azalea-drasl-d850f5988ab0d859a51fe0b5b27c9328afb66a87.tar.xz | |
Release independent packages
Generated by cargo-workspaces
Diffstat (limited to 'azalea-entity')
| -rw-r--r-- | azalea-entity/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index ee441933..081ac0a1 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "azalea-entity" -version = "0.1.0" +version = "0.8.0" edition = "2021" +description = "Things related to Minecraft entities used by Azalea" +repository = "https://github.com/mat-1/azalea/tree/main/azalea-entity" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
