15 lines
356 B
TOML
Raw Normal View History

[package]
name = "wasm-bindgen-test-macro"
2018-07-26 14:51:20 -07:00
version = "0.2.15"
authors = ["The wasm-bindgen Developers"]
2018-07-26 15:08:59 -07:00
description = "Internal testing macro for wasm-bindgen"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen"
[dependencies]
proc-macro2 = { version = "0.4", features = ['nightly'] }
quote = "0.6"
[lib]
proc-macro = true