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

2
Cargo.lock generated
View File

@@ -99,7 +99,6 @@ dependencies = [
"dotenvy",
"git-version",
"google_home",
"hostname",
"mlua",
"reqwest",
"rumqttc",
@@ -151,6 +150,7 @@ dependencies = [
"dyn-clone",
"futures",
"google_home",
"hostname",
"indexmap",
"inventory",
"mlua",