Streaming log page with colors

Using the ansi-to-html crate.
This commit is contained in:
2023-06-06 21:14:29 -04:00
parent 6713a7a440
commit 786f3a194f
7 changed files with 50 additions and 36 deletions

View File

@@ -11,6 +11,7 @@ path = "src/lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ansi-to-html = "0.1"
anyhow = "1"
argh = "0.1"
axum = "0.6"