1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 23:44:38 +00:00
azalea/azalea-block/azalea-block-macros/Cargo.toml
2025-02-02 21:17:28 +00:00

15 lines
306 B
TOML

[package]
name = "azalea-block-macros"
description = "Proc macros used by azalea-block."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[lib]
proc-macro = true
[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true