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

[lints]
workspace = true