Implement modifying tasks' "wait" value

This commit is contained in:
Dustin J. Mitchell
2021-05-23 18:16:11 -04:00
committed by Dustin J. Mitchell
parent d7d703f135
commit e977fb294c
8 changed files with 166 additions and 4 deletions

View File

@@ -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 }