mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 23:44:38 +00:00
12 lines
347 B
TOML
12 lines
347 B
TOML
[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 = { path = "./azalea-block-macros", version = "0.12.0" }
|
|
azalea-buf.workspace = true
|
|
azalea-registry.workspace = true
|