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
|
@ -11,6 +11,8 @@ failure = "^0.1.8"
|
|||
prettytable-rs = "^0.8.0"
|
||||
config = { version="^0.10.1", default-features=false, features=["yaml"] }
|
||||
dirs = "^3.0.1"
|
||||
log = "^0.4.11"
|
||||
env_logger = "^0.8.2"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "^1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue