mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-26 11:34:22 +03:00
15 lines
344 B
TOML
15 lines
344 B
TOML
[package]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = '0.12', features = ['full'] }
|
|
quote = '0.4'
|
|
proc-macro2 = { version = "0.2", features = ["nightly"] }
|
|
serde_json = "1"
|
|
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }
|