lib_macros/kloud_entries_macro_derive/Cargo.toml

17 lines
383 B
TOML

[package]
name = "kloud_entries_macro_derive"
version = "0.1.0"
authors = ["JesusPerez <jpl@jesusperez.pro>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
syn = { version = "1.0.60", features = ["extra-traits"]}
quote = "1.0.9"
# darling = "0.12.3"
proc-macro2 = "1.0.26"