aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/Cargo.toml
blob: 0175264bafbfe2531134049267305050c6f525e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "azalea-block"
description = "Representation of Minecraft block states."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
azalea-block-macros.workspace = true
azalea-buf.workspace = true
azalea-registry.workspace = true

[lints]
workspace = true