Add some crate keywords.

This commit is contained in:
Dan Gohman
2018-02-28 03:38:48 -08:00
parent 7dda61543f
commit 60c6154b94
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/Cretonne/cretonne"
readme = "README.md"
keywords = [ "compile", "compiler", "jit" ]
build = "build.rs"
[lib]

View File

@@ -6,6 +6,7 @@ description = "Translator from WebAssembly to Cretonne IL"
repository = "https://github.com/Cretonne/cretonne"
license = "Apache-2.0"
readme = "README.md"
keywords = [ "webassembly", "wasm" ]
[lib]
name = "cton_wasm"