feat: show basic json screen

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-01 23:26:25 +02:00
parent 1885a200c4
commit d7e21a256d
6 changed files with 141 additions and 9 deletions

View File

@@ -13,3 +13,4 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" }
axum = { version = "0.7" }
serde_json = "1.0.116"