mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Implement modifying tasks' "wait" value
This commit is contained in:
parent
d7d703f135
commit
e977fb294c
8 changed files with 166 additions and 4 deletions
|
@ -22,6 +22,8 @@ termcolor = "^1.1.2"
|
|||
atty = "^0.2.14"
|
||||
toml = "^0.5.8"
|
||||
toml_edit = "^0.2.0"
|
||||
chrono = "*"
|
||||
lazy_static = "1"
|
||||
|
||||
# only needed for usage-docs
|
||||
mdbook = { version = "0.4", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue