16 lines
418 B
TOML
Raw Normal View History

2017-12-14 19:31:01 -08:00
[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'] }
2017-12-14 21:55:21 -08:00
synom = { git = 'https://github.com/dtolnay/syn' }
2017-12-14 19:31:01 -08:00
quote = { git = 'https://github.com/dtolnay/quote' }
proc-macro2 = "0.1"
serde_json = "1"
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }