basic recents view

This commit is contained in:
Sebastian Hugentobler 2024-05-02 18:10:29 +02:00
parent 65e17fc55b
commit 687c33829f
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
20 changed files with 2156 additions and 20 deletions

View file

@ -4,5 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
r2d2 = "0.8.10"
r2d2_sqlite = "0.24.0"
rusqlite = { version = "0.31.0", features = ["bundled"] }
thiserror = "1.0.59"
serde = { workspace = true }
thiserror = { workspace = true }