mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
use log and env_logger, and add some logging around sync
This commit is contained in:
parent
c117494ce6
commit
0a1ee470f7
13 changed files with 109 additions and 14 deletions
|
@ -13,6 +13,7 @@ failure = {version = "^0.1.5", features = ["derive"] }
|
|||
kv = {version = "^0.10.0", features = ["msgpack-value"]}
|
||||
lmdb-rkv = {version = "^0.12.3"}
|
||||
ureq = "^1.5.2"
|
||||
log = "^0.4.11"
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "^0.9.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue