aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/azalea-block-macros/Cargo.toml
blob: 8b8d552c6584c058f6878967c3d3533c45cdae6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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

[lints]
workspace = true