azalea/azalea-block/Cargo.toml

15 lines
395 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"
version = "0.1.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.1.0"}
2022-09-05 16:44:48 +00:00
azalea-buf = {path = "../azalea-buf", version = "^0.1.0"}