wasm-bindgen/crates/typescript/Cargo.toml
Alex Crichton 8f9514d216 Update syn to 0.15
New and faster parsers!
2018-09-06 15:01:24 -07:00

16 lines
410 B
TOML

[package]
name = "wasm-bindgen-typescript"
version = "0.1.0"
authors = ["Santiago Pastorino <spastorino@gmail.com>"]
[dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
proc-macro2 = "0.4.8"
quote = "0.6"
syn = { version = "0.15", default-features = false }
wasm-bindgen = { path = "../..", default-features = false }
wasm-bindgen-backend = { path = "../backend", default-features = false }