fix background color, start scheduled task tests
All checks were successful
build docker container automatically / build (push) Successful in 3m39s

This commit is contained in:
2026-04-21 11:41:31 +02:00
parent 0f6ac25d30
commit a425bfbc67
5 changed files with 282 additions and 20 deletions

View File

@ -9,6 +9,7 @@ repository = "https://git.tmoron.fr/tom/httpserver"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = "1.13.2"
axum-core = { version = "0.5.6", optional = true }
bigdecimal = "0.4.10"
chrono = { version = "0.4.44", features = ["serde"] }