[package] name = "gff-derive" description = "GFF game format packer/parser library: derive crate" version = "0.1.0" authors = ["Hugo Camboulive "] edition = "2021" license = "LGPL-2.1" repository = "https://github.com/Youx/gff-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = "1.0.74" quote = "1.0.9" gff = { path = "../gff", version = "0.1" } [lib] proc-macro = true