From 8ec9713dd9c85a07d3bd4041aed3612189e2821a Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 26 Jul 2018 15:06:24 -0700 Subject: [PATCH] js-sys: Add some more Cargo.toml metadata like license --- crates/js-sys/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/js-sys/Cargo.toml b/crates/js-sys/Cargo.toml index e3ac1c95..40aa3ae3 100644 --- a/crates/js-sys/Cargo.toml +++ b/crates/js-sys/Cargo.toml @@ -6,11 +6,12 @@ readme = "./README.md" categories = ["wasm"] repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys" homepage = "https://rustwasm.github.io/wasm-bindgen/" -documentation = "https://docs.rs/wasm-bindgen" +documentation = "https://docs.rs/js-sys" description = """ Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. """ +license = "MIT/Apache-2.0" [lib] test = false