refactor(config)!: Moved Timeout into utils module and moved module
All checks were successful
Build and deploy / build (push) Successful in 10m43s
Build and deploy / Deploy container (push) Successful in 39s

The module is now setup in automation_lib::lua::utils.
This commit is contained in:
2025-09-10 02:02:45 +02:00
parent 1d28b43264
commit 5271e5ad81
9 changed files with 40 additions and 37 deletions

View File

@@ -77,7 +77,6 @@ config = { version = "0.15.15", default-features = false, features = [
dotenvy = { workspace = true }
git-version = "0.3.9"
google_home = { workspace = true }
hostname = { workspace = true }
mlua = { workspace = true }
reqwest = { workspace = true }
rumqttc = { workspace = true }