We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a434880 commit f4012deCopy full SHA for f4012de
crates/futures/Cargo.toml
@@ -1,7 +1,13 @@
1
[package]
2
+authors = ["The wasm-bindgen Developers"]
3
+description = "Bridging the gap between Rust Futures and JavaScript Promises"
4
+documentation = "https://docs.rs/wasm-bindgen-futures"
5
+homepage = "https://rustwasm.github.io/wasm-bindgen/"
6
+license = "MIT/Apache-2.0"
7
name = "wasm-bindgen-futures"
8
+repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures"
9
+readme = "./README.md"
10
version = "0.2.16"
-authors = ["The wasm-bindgen Developers"]
11
12
[dependencies]
13
futures = "0.1.20"
0 commit comments