mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Remove kv storage backend
Now uses sqlite by default
This commit is contained in:
parent
cf70ef49ed
commit
e06e33bee4
5 changed files with 7 additions and 714 deletions
|
@ -18,7 +18,6 @@ chrono = { version = "^0.4.10", features = ["serde"] }
|
|||
anyhow = "1.0"
|
||||
thiserror = "1.0"
|
||||
kv = {version = "^0.10.0", features = ["msgpack-value"]}
|
||||
lmdb-rkv = {version = "^0.14.0"}
|
||||
ureq = "^2.1.0"
|
||||
log = "^0.4.14"
|
||||
tindercrypt = { version = "^0.2.2", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue