diff --git a/crates/wasm-bindgen-cli/Cargo.toml b/crates/wasm-bindgen-cli/Cargo.toml index 50bf2131c79..0f77420482d 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.