mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-21 12:40:52 +00:00
16 lines
237 B
TOML
16 lines
237 B
TOML
|
[package]
|
||
|
name = "ui-tests"
|
||
|
version = "0.1.0"
|
||
|
authors = ["The wasm-bindgen Authors"]
|
||
|
|
||
|
[lib]
|
||
|
path = "test.rs"
|
||
|
doctest = false
|
||
|
harness = false
|
||
|
|
||
|
[dependencies]
|
||
|
wasm-bindgen = { path = "../../.." }
|
||
|
|
||
|
[dev-dependencies]
|
||
|
compiletest_rs = "0.3"
|