mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
task storge implementation based on kv / LMDB
This commit is contained in:
parent
afd11d08a7
commit
2f973d3e62
10 changed files with 884 additions and 210 deletions
|
@ -11,7 +11,9 @@ serde_json = "1.0"
|
|||
chrono = { version = "0.4.10", features = ["serde"] }
|
||||
failure = {version = "0.1.5", features = ["derive"] }
|
||||
clap = "~2.33.0"
|
||||
kv = "0.9.3"
|
||||
kv = {version = "0.10.0", features = ["msgpack-value"]}
|
||||
lmdb-rkv = {version = "0.12.3"}
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "0.9.4"
|
||||
tempdir = "0.3.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue