]> git.lizzy.rs Git - mt_ser.git/blob - derive/Cargo.toml
18b97c394b77ee8c3680dd74694d9cb9186fad5e
[mt_ser.git] / derive / Cargo.toml
1 [package]
2 name = "mt_data_derive"
3 version = "0.1.0"
4 edition = "2021"
5
6 [lib]
7 proc-macro = true
8
9 [dependencies]
10 darling = "0.14.2"
11 proc-macro2 = "1"
12 quote = "1"
13 syn = { version = "1", features = ["full", "extra-traits"] }