From 34646c6f1f6075ffd0bf1ae007b6daf0c2708c9e Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 30 Oct 2018 10:08:47 -0700 Subject: [PATCH] Add some categories and keywords to Cargo.toml. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 34ecb9f4c2..47f225227d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.0.0" authors = ["Dan Gohman "] license = "Apache-2.0 WITH LLVM-exception" readme = "README.md" +categories = ["wasm"] +keywords = ["webassembly", "wasm", "compile", "compiler", "jit"] publish = false [dependencies]