wasm-bindgen/crates/wasm-bindgen-macro/Cargo.toml
2017-12-18 14:44:09 -08:00

16 lines
457 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'] }
synom = { git = 'https://github.com/dtolnay/syn' }
quote = { git = 'https://github.com/dtolnay/quote' }
proc-macro2 = { version = "0.1", features = ["unstable"] }
serde_json = "1"
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }