rust-book/hello_macro/hello_macro_derive/Cargo.toml

13 lines
198 B
INI
Raw Normal View History

2019-02-11 10:14:27 -05:00
[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"