diff --git a/lib/cretonne/Cargo.toml b/lib/cretonne/Cargo.toml index e9bed118cd..5dea4bb3f7 100644 --- a/lib/cretonne/Cargo.toml +++ b/lib/cretonne/Cargo.toml @@ -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] diff --git a/lib/wasm/Cargo.toml b/lib/wasm/Cargo.toml index efd4641a0e..cd48f36959 100644 --- a/lib/wasm/Cargo.toml +++ b/lib/wasm/Cargo.toml @@ -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"