Skip to content

Commit f4012de

Browse files
committed
futures: Add metadata to Cargo.toml
1 parent a434880 commit f4012de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

crates/futures/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
[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"
27
name = "wasm-bindgen-futures"
8+
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures"
9+
readme = "./README.md"
310
version = "0.2.16"
4-
authors = ["The wasm-bindgen Developers"]
511

612
[dependencies]
713
futures = "0.1.20"

0 commit comments

Comments
 (0)