mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-23 21:50:51 +00:00
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'
|
|
|