mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 14:12:13 +00:00
19 lines
465 B
TOML
19 lines
465 B
TOML
|
[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"] }
|
||
|
|
||
|
[dependencies]
|
||
|
failure = "0.1"
|
||
|
proc-macro2 = "0.4"
|
||
|
syn = { version = '0.14', features = ['full'] }
|
||
|
wasm-bindgen-backend = { version = "=0.2.11", path = "../backend" }
|
||
|
webidl = "0.6.0"
|