feat: Log version string during startup

This commit is contained in:
2025-09-05 04:55:29 +02:00
parent edee032b91
commit e2fb680cd6
4 changed files with 37 additions and 2 deletions

View File

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