Pretty print the new dashboard numbers

This commit is contained in:
Kerollmops
2020-07-11 14:17:37 +02:00
parent d44428fa90
commit f6eae91c7d
6 changed files with 146 additions and 6 deletions

View File

@ -34,6 +34,8 @@ indexmap = "1.4.0"
itertools = "0.9.0"
# http server
askama = "0.10.1"
askama_warp = "0.10.0"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "0.2.15", features = ["full"] }
warp = "0.2.2"