summaryrefslogtreecommitdiff
path: root/derive/Cargo.toml
blob: 18b97c394b77ee8c3680dd74694d9cb9186fad5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "mt_data_derive"
version = "0.1.0"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
darling = "0.14.2"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full", "extra-traits"] }