wasm-bindgen/crates/wasm-bindgen-macro/Cargo.toml

15 lines
406 B
TOML
Raw Normal View History

2017-12-15 06:31:01 +03: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'] }
quote = { git = 'https://github.com/dtolnay/quote' }
2017-12-19 01:44:09 +03:00
proc-macro2 = { version = "0.1", features = ["unstable"] }
2017-12-15 06:31:01 +03:00
serde_json = "1"
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }