add config to own_assist_common

This commit is contained in:
2026-07-28 17:48:31 +02:00
parent b776cafab7
commit c5b594e1da
5 changed files with 108 additions and 57 deletions
+5 -3
View File
@@ -1,12 +1,14 @@
[package]
name = "own_assist_common"
version = "0.3.0"
version = "0.4.0"
edition = "2024"
license = "GPL-3.0"
[dependencies]
thiserror = "2.0.18"
toml = "1.1.2"
serde = "1.0.228"
serde = { version = "1.0.228", features = ["derive"] }
log = "0.4.29"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"]}
tracing-subscriber = { version = "0.3.23", features = ["env-filter"]}
url = { version = "2.5.8", features = ["serde"] }
ollama-rs = { version = "0.3.6", features = ["headers"]}