wasm-bindgen/crates/test/Cargo.toml

21 lines
605 B
TOML
Raw Normal View History

[package]
name = "wasm-bindgen-test"
2019-05-20 19:41:56 +03:00
version = "0.2.45"
authors = ["The wasm-bindgen Developers"]
2018-07-27 01:11:34 +03:00
description = "Internal testing crate for wasm-bindgen"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen"
edition = "2018"
[dependencies]
console_error_panic_hook = '0.1'
futures = "0.1"
2019-05-20 19:41:56 +03:00
js-sys = { path = '../js-sys', version = '0.3.22' }
scoped-tls = "1.0"
2019-05-20 19:41:56 +03:00
wasm-bindgen = { path = '../..', version = '0.2.45' }
wasm-bindgen-futures = { path = '../futures', version = '0.3.22' }
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.2.45' }
[lib]
test = false