Add some categories and keywords to Cargo.toml.

This commit is contained in:
Dan Gohman
2018-10-30 10:08:47 -07:00
parent 068f86f645
commit 34646c6f1f

View File

@@ -4,6 +4,8 @@ version = "0.0.0"
authors = ["Dan Gohman <sunfish@mozilla.com>"]
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
categories = ["wasm"]
keywords = ["webassembly", "wasm", "compile", "compiler", "jit"]
publish = false
[dependencies]