azalea/azalea-block/Cargo.toml

17 lines
536 B
TOML
Raw Normal View History

2022-05-27 21:04:22 +00:00
[package]
description = "Representation of Minecraft block states."
2022-05-28 00:34:09 +00:00
edition = "2021"
license = "MIT"
2022-05-27 21:04:22 +00:00
name = "azalea-block"
2022-10-30 19:03:13 +00:00
repository = "https://github.com/mat-1/azalea/tree/main/azalea-block"
version = "0.8.0"
2022-05-28 00:34:09 +00:00
[lib]
2022-05-27 21:04:22 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
azalea-block-macros = { path = "./azalea-block-macros", version = "0.8.0" }
azalea-buf = { path = "../azalea-buf", version = "0.8.0" }
azalea-registry = { version = "0.8.0", path = "../azalea-registry" }