mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-23 13:40:52 +00:00
The WebIDL-based -sys crate will also use this, but I want its tests to be a separate suite that we can run separately and in parallel in CI. Therefore, this testing infrastructure code needs to be share-able between them :)
9 lines
232 B
TOML
9 lines
232 B
TOML
[package]
|
|
name = "wasm-bindgen-test-project-builder"
|
|
version = "0.2.11"
|
|
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
|
|
|
|
[dependencies]
|
|
lazy_static = "1"
|
|
wasm-bindgen-cli-support = { path = "../cli-support", version = '=0.2.11' }
|