mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
parse durations and timestamps
This commit is contained in:
parent
288f29d9d5
commit
0259a5e2e2
9 changed files with 649 additions and 23 deletions
|
@ -22,8 +22,9 @@ termcolor = "^1.1.2"
|
|||
atty = "^0.2.14"
|
||||
toml = "^0.5.8"
|
||||
toml_edit = "^0.2.0"
|
||||
chrono = "*"
|
||||
chrono = "0.4"
|
||||
lazy_static = "1"
|
||||
iso8601-duration = "0.1"
|
||||
|
||||
# only needed for usage-docs
|
||||
mdbook = { version = "0.4", optional = true }
|
||||
|
@ -36,6 +37,7 @@ path = "../taskchampion"
|
|||
assert_cmd = "^1.0.3"
|
||||
predicates = "^1.0.7"
|
||||
tempfile = "3"
|
||||
rstest = "0.10"
|
||||
|
||||
[features]
|
||||
usage-docs = [ "mdbook", "serde_json" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue