wasm-bindgen/crates/futures/Cargo.toml

13 lines
359 B
TOML
Raw Normal View History

[package]
name = "wasm-bindgen-futures"
2018-08-14 00:25:05 +03:00
version = "0.2.16"
authors = ["The wasm-bindgen Developers"]
[dependencies]
futures = "0.1.20"
2018-08-14 00:32:52 +03:00
js-sys = { path = "../js-sys", version = '0.2.1' }
2018-08-14 00:25:05 +03:00
wasm-bindgen = { path = "../..", version = '0.2.16' }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
2018-08-14 00:25:05 +03:00
wasm-bindgen-test = { path = '../test', version = '0.2.16' }