mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
db: switch to sqlite as the primary backend
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69648f81d0d094e11a3e0f0a19d3b8eccd5d
This commit is contained in:
parent
efcbe17d73
commit
4f725425fc
12 changed files with 246 additions and 274 deletions
|
|
@ -10,7 +10,6 @@ rust-version = "1.85"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.44", features = ["derive"] }
|
||||
sled = "0.34.7"
|
||||
dirs = "6.0.0"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
rmp-serde = "1.3.0"
|
||||
|
|
@ -20,3 +19,4 @@ env_logger = "0.11.8"
|
|||
clap-verbosity-flag = "3.0.3"
|
||||
thiserror = "2.0.14"
|
||||
wl-clipboard-rs = "0.9.2"
|
||||
rusqlite = {version = "0.37.0", features = [ "bundled" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue