From 18e089fa8559b0bfd9e7533ab7d013649d6de590 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 26 Sep 2018 08:07:33 -0700 Subject: [PATCH] Add some Cargo metadata for `web-sys` --- crates/web-sys/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/web-sys/Cargo.toml b/crates/web-sys/Cargo.toml index 695ec45d..f60aeb3d 100644 --- a/crates/web-sys/Cargo.toml +++ b/crates/web-sys/Cargo.toml @@ -5,6 +5,11 @@ authors = ["The wasm-bindgen Developers"] readme = "./README.md" homepage = "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html" documentation = "https://rustwasm.github.io/wasm-bindgen/api/web_sys/" +repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys" +description = """ +Bindings for all Web APIs, a procedurally generated crate from WebIDL +""" +license = "MIT/Apache-2.0" [package.metadata.docs.rs] all-features = true