mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-20 16:42:00 +03:00
10 lines
241 B
TOML
10 lines
241 B
TOML
|
[package]
|
||
|
name = "wasm-bindgen-futures"
|
||
|
version = "0.2.15"
|
||
|
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.15' }
|