mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-20 12:10:52 +00:00
22 lines
345 B
TOML
22 lines
345 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]
|
||
|
wasm-bindgen-test = { path = '../test' }
|
||
|
wasm-bindgen = { path = '../..' }
|
||
|
|
||
|
[[test]]
|
||
|
name = 'wasm'
|
||
|
path = 'main.rs'
|
||
|
|