chore: add thiserror to workspace deps

Required by the new llm module's error enum.
This commit is contained in:
Bossiara13 2026-04-22 19:36:06 +03:00
parent a58b832b44
commit d6792fc038
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ unic-langid = "0.9"
chrono = "0.4"
mlua = { version = "0.11.5", features = ["lua55", "vendored", "async", "serde"] }
reqwest = { version = "0.13.1", features = ["blocking", "json"] }
thiserror = "2"
tempfile = "^3.24"
winrt-notification = "0.5"