aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/Cargo.toml
blob: 9db6d481ce11151c7d9a04c2bc4395a5302a1f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
description = "Representation of Minecraft block states."
edition = "2021"
license = "MIT"
name = "azalea-block"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-block"
version = "0.7.0"

[lib]

# 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.7.0" }
azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
azalea-registry = { version = "0.7.0", path = "../azalea-registry" }