diff --git a/crates/wasi-threads/Cargo.toml b/crates/wasi-threads/Cargo.toml index 84b0553859cb..467ce1e6f250 100644 --- a/crates/wasi-threads/Cargo.toml +++ b/crates/wasi-threads/Cargo.toml @@ -5,7 +5,7 @@ authors.workspace = true description = "Wasmtime implementation of the wasi-threads API" documentation = "https://docs.rs/wasmtime-wasi-nn" license = "Apache-2.0 WITH LLVM-exception" -categories = ["wasm", "parallelism", "threads"] +categories = ["wasm"] keywords = ["webassembly", "wasm", "neural-network"] repository = "https://github.com/bytecodealliance/wasmtime" readme = "README.md"