Add categories and keywords to Cargo.tomls

This commit is contained in:
Mark McCaskey
2019-11-13 15:09:18 -08:00
parent 3991db5b78
commit 9127eaf825
9 changed files with 20 additions and 0 deletions

View File

@ -1,7 +1,11 @@
[package]
name = "wasmer-llvm-backend"
version = "0.10.1"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
keywords = ["wasm", "webassembly", "compiler", "JIT", "llvm"]
categories = ["wasm"]
edition = "2018"
readme = "README.md"