From 46f1b5680f73c302bffef8d33a96098d3a3bce8a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 5 Mar 2018 20:28:45 -0800 Subject: [PATCH] Add the wasm category to wasm-bindgen-cli --- crates/wasm-bindgen-cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/wasm-bindgen-cli/Cargo.toml b/crates/wasm-bindgen-cli/Cargo.toml index 50bf2131..0f774204 100644 --- a/crates/wasm-bindgen-cli/Cargo.toml +++ b/crates/wasm-bindgen-cli/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/wasm-bindgen" homepage = "https://github.com/alexcrichton/wasm-bindgen" documentation = "https://docs.rs/wasm-bindgen" +categories = ["wasm"] description = """ Command line interface of the `#[wasm_bindgen]` attribute and project. For more information see https://github.com/alexcrichton/wasm-bindgen.