wasm-bindgen/crates/test-macro/Cargo.toml

12 lines
217 B
TOML
Raw Normal View History

[package]
name = "wasm-bindgen-test-macro"
2018-07-27 00:51:20 +03:00
version = "0.2.15"
authors = ["The wasm-bindgen Developers"]
[dependencies]
proc-macro2 = { version = "0.4", features = ['nightly'] }
quote = "0.6"
[lib]
proc-macro = true