mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-26 19:45:54 +03:00
js-sys: Add some more Cargo.toml metadata like license
This commit is contained in:
parent
6203fc8f98
commit
8ec9713dd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user