wasm-bindgen/crates/webidl-tests/Cargo.toml
Alex Crichton a98b5ea2a0 Add WebIDL support for the ArrayBuffer type
Should help enable a slew of new bindings as well.
2018-08-04 16:34:12 -05:00

23 lines
377 B
TOML

[package]
name = "webidl-tests"
version = "0.1.0"
authors = ["The wasm-bindgen authors"]
[lib]
test = false
doctest = false
path = 'lib.rs'
[build-dependencies]
wasm-bindgen-webidl = { path = '../webidl' }
[dev-dependencies]
js-sys = { path = '../js-sys' }
wasm-bindgen = { path = '../..' }
wasm-bindgen-test = { path = '../test' }
[[test]]
name = 'wasm'
path = 'main.rs'