aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-console-macros/Cargo.toml
blob: 19a2fe5720a21fc2948a901401df09c4304dbb5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "mozart-console-macros"
version.workspace = true
edition.workspace = true

[lib]
proc-macro = true

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

[dev-dependencies]
mozart-core.workspace = true