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