Add version to controller and api

This commit is contained in:
Tobias Reisinger 2026-09-02 01:32:11 +02:00
commit 4e97006919
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 77 additions and 3 deletions

View file

@ -28,3 +28,4 @@ sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio", "macros"] }
futures = "0.3"
tokio = { version = "1.36", features = ["macros", "rt", "rt-multi-thread"] }
rand = "0.9.2"
git-version = "0.3"