[package] name = "marshall_derive" version = "0.1.1" authors = ["jakub "] edition = "2018" description = "proc macro lib for [bytebuff](https://crates.io/crates/bytebuff) lib" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = "1.0" [lib] proc-macro = true