wasm-bindgen/crates/test-macro/Cargo.toml
2018-07-26 14:53:59 -07:00

12 lines
217 B
TOML

[package]
name = "wasm-bindgen-test-macro"
version = "0.2.15"
authors = ["The wasm-bindgen Developers"]
[dependencies]
proc-macro2 = { version = "0.4", features = ['nightly'] }
quote = "0.6"
[lib]
proc-macro = true