mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 06:23:47 +00:00
db: allow listing database contents as JSON
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964a756588168f476d984d18f9e8d65bc4e
This commit is contained in:
parent
1a9625ecc3
commit
d9b0908ada
3 changed files with 81 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue