From 71ecbd852779cdcd98acaf86f11b31448cb76ebd Mon Sep 17 00:00:00 2001 From: Reuven Date: Thu, 22 Jan 2026 00:23:45 -0500 Subject: [PATCH] fix(ruvllm-wasm): reduce keywords to 5 for crates.io compliance Co-Authored-By: Claude Opus 4.5 --- crates/ruvllm-wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruvllm-wasm/Cargo.toml b/crates/ruvllm-wasm/Cargo.toml index 45e8e2f5..78ff8292 100644 --- a/crates/ruvllm-wasm/Cargo.toml +++ b/crates/ruvllm-wasm/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" authors = ["Ruvector Team"] repository = "https://github.com/ruvnet/ruvector" description = "WASM bindings for RuvLLM - browser-compatible LLM inference runtime with WebGPU acceleration" -keywords = ["wasm", "llm", "inference", "browser", "webassembly", "webgpu"] +keywords = ["wasm", "llm", "inference", "browser", "webgpu"] categories = ["wasm", "api-bindings", "web-programming"] [lib]