fix(ruvllm-wasm): reduce keywords to 5 for crates.io compliance

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Reuven 2026-01-22 00:23:45 -05:00
parent 25a6272722
commit 71ecbd8527

View file

@ -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]