mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-25 14:31:08 +00: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' }
|