js-sys: Add some more Cargo.toml metadata like license

This commit is contained in:
Nick Fitzgerald 2018-07-26 15:06:24 -07:00
parent 6203fc8f98
commit 8ec9713dd9

View File

@ -6,11 +6,12 @@ readme = "./README.md"
categories = ["wasm"] categories = ["wasm"]
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys" repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys"
homepage = "https://rustwasm.github.io/wasm-bindgen/" homepage = "https://rustwasm.github.io/wasm-bindgen/"
documentation = "https://docs.rs/wasm-bindgen" documentation = "https://docs.rs/js-sys"
description = """ description = """
Bindings for all JS global objects and functions in all JS environments like 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. Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
""" """
license = "MIT/Apache-2.0"
[lib] [lib]
test = false test = false