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

16 lines
335 B
TOML
Raw Normal View History

[package]
name = "wasm-bindgen-test-macro"
2020-05-01 18:34:36 +03:00
version = "0.3.12"
authors = ["The wasm-bindgen Developers"]
2018-07-27 01:08:59 +03:00
description = "Internal testing macro for wasm-bindgen"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen"
edition = "2018"
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
[lib]
proc-macro = true