Add the wasm category to wasm-bindgen-cli

This commit is contained in:
Alex Crichton 2018-03-05 20:28:45 -08:00
parent 69e5798377
commit 46f1b5680f

View File

@ -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.