summaryrefslogtreecommitdiff
path: root/mingling_macros/Cargo.toml
blob: 683b5b45067f46057ad7fc2ca5e3d9ea2577afd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "mingling_macros"
version = "0.1.0"
edition = "2024"

[lib]
proc-macro = true

[features]
default = []
serde = []

[dependencies]
syn = { version = "2.0", features = ["full", "visit-mut"] }
quote = "1.0"
proc-macro2 = "1.0"

just_fmt = "0.1.2"