mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
12 lines
416 B
TOML
12 lines
416 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.11.0" }
|
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
|
|
azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
|