wasm-bindgen/crates/test/Cargo.toml

17 lines
485 B
TOML
Raw Normal View History

[package]
name = "wasm-bindgen-test"
2018-07-26 14:51:20 -07:00
version = "0.2.15"
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"
[dependencies]
2018-07-26 14:51:20 -07:00
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.2.15' }
wasm-bindgen = { path = '../..', version = '0.2.15' }
js-sys = { path = '../js-sys', version = '0.2.0' }
console_error_panic_hook = '0.1'
[lib]
test = false