chore(crates/llm): add missing description field per contributing rule

This commit is contained in:
2026-05-01 08:02:29 +01:00
parent 548cb3889b
commit 4e16dbefb4

View File

@@ -2,6 +2,7 @@
name = "magnotia-llm" name = "magnotia-llm"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
description = "Local LLM engine for Magnotia (Qwen3 via llama-cpp-2): transcript cleanup, task extraction, micro-step decomposition"
[features] [features]
# Default desktop build keeps the existing openmp + vulkan acceleration. # Default desktop build keeps the existing openmp + vulkan acceleration.