21 lines
495 B
TOML
Raw Normal View History

[package]
name = "wasm-bindgen-webidl"
version = "0.1.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
[[test]]
name = "webidl-all"
path = "tests/all/lib.rs"
[dev-dependencies]
wasm-bindgen-backend = { version = "=0.2.11", path = "../backend", features = ["extra-traits"] }
diff = "0.1.11"
[dependencies]
failure = "0.1"
proc-macro2 = "0.4"
quote = '0.6'
syn = { version = '0.14', features = ['full'] }
wasm-bindgen-backend = { version = "=0.2.11", path = "../backend" }
webidl = "0.6.0"