Skip to content

Commit 8ec9713

Browse files
committed
js-sys: Add some more Cargo.toml metadata like license
1 parent 6203fc8 commit 8ec9713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/js-sys/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ readme = "./README.md"
66
categories = ["wasm"]
77
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys"
88
homepage = "https://rustwasm.github.io/wasm-bindgen/"
9-
documentation = "https://docs.rs/wasm-bindgen"
9+
documentation = "https://docs.rs/js-sys"
1010
description = """
1111
Bindings for all JS global objects and functions in all JS environments like
1212
Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
1313
"""
14+
license = "MIT/Apache-2.0"
1415

1516
[lib]
1617
test = false

0 commit comments

Comments
 (0)