mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-18 23:41:45 +03:00
12 lines
217 B
TOML
12 lines
217 B
TOML
[package]
|
|
name = "wasm-bindgen-test-macro"
|
|
version = "0.2.15"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
|
|
[dependencies]
|
|
proc-macro2 = { version = "0.4", features = ['nightly'] }
|
|
quote = "0.6"
|
|
|
|
[lib]
|
|
proc-macro = true
|