aboutsummaryrefslogtreecommitdiff
path: root/utils/macros/Cargo.toml
blob: 51e456497ef5bca23dd4c98f2de2555ad25f8075 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ch-macros"
version.workspace = true
edition.workspace = true

[lib]
proc-macro = true

[dependencies]
quote.workspace = true
syn.workspace = true
proc-macro2.workspace = true