wasm-bindgen/crates/test-macro/Cargo.toml
2019-01-07 07:47:07 -08:00

15 lines
318 B
TOML

[package]
name = "wasm-bindgen-test-macro"
version = "0.2.30"
authors = ["The wasm-bindgen Developers"]
description = "Internal testing macro for wasm-bindgen"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen"
[dependencies]
proc-macro2 = "0.4"
quote = "0.6"
[lib]
proc-macro = true