mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-31 06:31:22 +00:00
15 lines
367 B
TOML
15 lines
367 B
TOML
|
[package]
|
||
|
name = "wasm-bindgen-macro"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
syn = { git = 'https://github.com/dtolnay/syn', features = ['full'] }
|
||
|
quote = { git = 'https://github.com/dtolnay/quote' }
|
||
|
proc-macro2 = "0.1"
|
||
|
serde_json = "1"
|
||
|
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }
|