Add a keywords field to Cargo.toml files.

This commit is contained in:
Dan Gohman
2019-11-08 12:34:58 -08:00
parent 85cfdd0bb1
commit 97d37e9369
5 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ authors = ["The Wasmtime Project Developers"]
description = "Python extension for Wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm", "python"]
keywords = ["webassembly", "wasm"]
edition = "2018"
[lib]

View File

@@ -4,6 +4,7 @@ version = "0.2.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
categories = ["wasm", "rust"]
keywords = ["webassembly", "wasm"]
license = "Apache-2.0 WITH LLVM-exception"
description = "Rust extension for Wasmtime"

View File

@@ -4,6 +4,7 @@ version = "0.2.0"
authors = ["The Cranelift Project Developers"]
description = "WASI API support for Wasmtime"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
repository = "https://github.com/CraneStation/wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"

View File

@@ -4,6 +4,7 @@ version = "0.2.0"
authors = ["The Cranelift Project Developers"]
description = "WASI API support for Wasmtime"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
repository = "https://github.com/CraneStation/wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"