wasi-nn: Fix keyword form in Cargo.toml metadata

Keywords may not have spaces, apparently.
This commit is contained in:
Nick Fitzgerald
2021-01-08 08:57:52 -08:00
parent 5ce6e009fc
commit 3068d55fa1

View File

@@ -6,7 +6,7 @@ description = "Wasmtime implementation of the wasi-nn API"
documentation = "https://docs.rs/wasmtime-wasi-nn"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm", "computer-vision"]
keywords = ["webassembly", "wasm", "neural network"]
keywords = ["webassembly", "wasm", "neural-network"]
repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md"
edition = "2018"