1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-01 01:41:08 +00:00

20 lines
586 B
TOML
Raw Normal View History

[package]
name = "wasm-bindgen-test"
2019-11-19 11:04:37 -06:00
version = "0.3.5"
authors = ["The wasm-bindgen Developers"]
2018-07-26 15:11:34 -07: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'
2019-11-19 11:04:37 -06:00
js-sys = { path = '../js-sys', version = '0.3.32' }
scoped-tls = "1.0"
2019-11-19 11:04:37 -06:00
wasm-bindgen = { path = '../..', version = '0.2.55' }
wasm-bindgen-futures = { path = '../futures', version = '0.4.5' }
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.3.5' }
[lib]
test = false