mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-23 13:40:52 +00:00
* webidl: Remove exact-output tests These have not been as effective, nor as easy to write and maintain, as the project()-based integration tests. * tests: Move webidl tests into the webidl crate's test suite
18 lines
448 B
TOML
18 lines
448 B
TOML
[package]
|
|
name = "wasm-bindgen-webidl"
|
|
version = "0.2.11"
|
|
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
|
|
|
|
[dev-dependencies]
|
|
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.11' }
|
|
|
|
[dependencies]
|
|
failure = "0.1"
|
|
heck = "0.3"
|
|
log = "0.4.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"
|