feat: bal start and end timestamps
All checks were successful
/ test (push) Successful in 15m34s

This commit is contained in:
Ninjdai 2025-08-10 02:29:14 +02:00
parent 7500a129bd
commit 37102f9014
4 changed files with 56 additions and 48 deletions

View file

@ -17,7 +17,7 @@ reqwest = { version = "0.12.22", features = ["json"] }
sea-orm = { version = "1.1.13", features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros" ] }
serde = "1.0.219"
serde_json = "1.0.140"
tokio = { version = "1.46.1", features = [ "full" ] }
tokio = { version = "1.47.1", features = [ "full" ] }
utoipa = "5.4.0"
utoipa-axum = "0.2.0"
utoipa-swagger-ui = { version = "9", features = ["axum", "reqwest"] }