Skip to content

Commit

Permalink
futures: Add metadata to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Aug 13, 2018
1 parent a434880 commit f4012de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crates/futures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
authors = ["The wasm-bindgen Developers"]
description = "Bridging the gap between Rust Futures and JavaScript Promises"
documentation = "https://docs.rs/wasm-bindgen-futures"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
license = "MIT/Apache-2.0"
name = "wasm-bindgen-futures"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures"
readme = "./README.md"
version = "0.2.16"
authors = ["The wasm-bindgen Developers"]

[dependencies]
futures = "0.1.20"
Expand Down

0 comments on commit f4012de

Please sign in to comment.