db: allow listing database contents as JSON

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964a756588168f476d984d18f9e8d65bc4e
This commit is contained in:
raf 2025-08-12 22:17:36 +03:00
commit d9b0908ada
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 81 additions and 0 deletions

View file

@ -21,6 +21,8 @@ thiserror = "2.0.14"
wl-clipboard-rs = "0.9.2"
rusqlite = { version = "0.37.0", features = ["bundled"] }
smol = "2.0.2"
serde_json = "1.0.142"
base64 = "0.22.1"
[profile.release]