added client version in report

This commit is contained in:
2026-03-25 11:18:07 +01:00
parent 43172dea51
commit 4b0ccce606
6 changed files with 29 additions and 24 deletions

View File

@@ -10,6 +10,7 @@ chrono = { version = "0.4.44", features = ["serde"] }
clap = { version = "4.6.0", features = ["derive"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
# slimes = { version = "1.0.0", path = ".." }
sqlx = { version = "0.8.6", features = ["chrono", "sqlite", "runtime-tokio"] }
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
tower-http = { version = "0.6.8", features = ["fs", "cors"] }