mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 14:27:36 +03:00
15 lines
356 B
TOML
15 lines
356 B
TOML
[package]
|
|
name = "wasm-bindgen-test-macro"
|
|
version = "0.2.15"
|
|
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 = { version = "0.4", features = ['nightly'] }
|
|
quote = "0.6"
|
|
|
|
[lib]
|
|
proc-macro = true
|