Add the "wasm" category in Cargo.toml files.

This commit is contained in:
Dan Gohman
2018-08-28 21:03:07 -07:00
parent da4382802a
commit ecae909b9e
4 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ version = "0.0.0"
description = "Command-line interface for the wasmtime crate"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/"
categories = ["wasm"]
repository = "https://github.com/CraneStation/wasmtime"
publish = false