feat: add human readable output to the API

This commit is contained in:
Jet 2026-03-23 13:44:56 -07:00
parent f57ecd19aa
commit 183b2c2c88
No known key found for this signature in database
6 changed files with 221 additions and 20 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
axum = "0.8"
chrono = "0.4"
noisebell-common = { path = "../noisebell-common" }
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
rusqlite = { version = "0.33", features = ["bundled"] }