mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-21 00:51:36 +03:00
13 lines
359 B
TOML
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' }
|