tests for web routes and config toggles

This commit is contained in:
Lewis Wynne 2026-04-09 15:03:26 +01:00
parent 5e71ee1be6
commit 1f688e23a9
3 changed files with 175 additions and 0 deletions

3
Cargo.lock generated
View file

@ -457,10 +457,13 @@ dependencies = [
"axum",
"chrono",
"dotenvy",
"http-body-util",
"serde",
"teloxide",
"tempfile",
"tokio",
"toml",
"tower",
"tracing",
"tracing-subscriber",
"uuid",