Implement /api/runner/status

This commit is contained in:
Joscha 2023-08-10 18:47:44 +02:00
parent 5c8c037417
commit c713abc5d3
11 changed files with 296 additions and 29 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1.0.72"
askama = { version = "0.12.0", features = ["with-axum"] }
askama_axum = "0.3.0"
axum = { version = "0.6.19", features = ["macros"] }
axum = { version = "0.6.19", features = ["macros", "headers"] }
clap = { version = "4.3.19", features = ["derive", "deprecated"] }
directories = "5.0.1"
futures = "0.3.28"