mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-29 13:06:06 +03:00
a98b5ea2a0
Should help enable a slew of new bindings as well.
23 lines
377 B
TOML
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'
|
|
|