wasm-bindgen/crates/test/Cargo.toml
2019-02-12 11:36:19 -08:00

20 lines
588 B
TOML

[package]
name = "wasm-bindgen-test"
version = "0.2.35"
authors = ["The wasm-bindgen Developers"]
description = "Internal testing crate for wasm-bindgen"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen"
[dependencies]
console_error_panic_hook = '0.1'
futures = "0.1"
js-sys = { path = '../js-sys', version = '0.3.12' }
scoped-tls = "0.1"
wasm-bindgen = { path = '../..', version = '0.2.35' }
wasm-bindgen-futures = { path = '../futures', version = '0.3.12' }
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.2.35' }
[lib]
test = false