Add some Cargo.toml keywords.

This commit is contained in:
Dan Gohman
2019-01-03 14:21:24 -08:00
parent 35d7f78a11
commit e876f0fb1d
5 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ description = "Native object file output for WebAsssembly code in Wasmtime"
publish = false
repository = "https://github.com/CraneStation/wasmtime"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
edition = "2018"