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