mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
make the TaskStorage API fallible everywhere
This commit is contained in:
parent
611b1cd68f
commit
afd11d08a7
11 changed files with 241 additions and 75 deletions
|
@ -11,6 +11,7 @@ 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"
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "0.9.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue