mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-19 03:30:52 +00:00
21 lines
495 B
TOML
21 lines
495 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"] }
|
|
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"
|