rust-book/hello_macro/hello_macro_derive/Cargo.toml

13 lines
198 B
INI

[package]
name = "hello_macro_derive"
version = "0.1.0"
authors = ["Timothy Warren <twarren@nabancard.com>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
syn = "0.14.4"
quote = "0.6.3"