wasm-bindgen/crates/futures/Cargo.toml
2018-08-13 14:27:10 -07:00

13 lines
359 B
TOML

[package]
name = "wasm-bindgen-futures"
version = "0.2.16"
authors = ["The wasm-bindgen Developers"]
[dependencies]
futures = "0.1.20"
js-sys = { path = "../js-sys", version = '0.2.0' }
wasm-bindgen = { path = "../..", version = '0.2.16' }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = { path = '../test', version = '0.2.16' }