mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-26 15:01:07 +00:00
12 lines
217 B
TOML
12 lines
217 B
TOML
|
[package]
|
||
|
name = "wasm-bindgen-test-macro"
|
||
|
version = "0.2.12"
|
||
|
authors = ["The wasm-bindgen Developers"]
|
||
|
|
||
|
[dependencies]
|
||
|
proc-macro2 = { version = "0.4", features = ['nightly'] }
|
||
|
quote = "0.6"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|