mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Start of SQLite backed storage #131
This commit is contained in:
parent
6a0bddab38
commit
e40724b381
4 changed files with 560 additions and 0 deletions
|
@ -22,6 +22,7 @@ lmdb-rkv = {version = "^0.14.0"}
|
|||
ureq = "^2.1.0"
|
||||
log = "^0.4.14"
|
||||
tindercrypt = { version = "^0.2.2", default-features = false }
|
||||
rusqlite = { version = "0.25", features = ["bundled"] }
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "^1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue