An incorrect time format that was used in version 0.6 and prior. Version 0.7 between 1.0 support this format on read only and will write out the correct format (so they can be used to convert older timelines).
13 lines
277 B
Nim
13 lines
277 B
Nim
# Package
|
|
|
|
version = "0.7.0"
|
|
author = "Jonathan Bernard"
|
|
description = "Personal Time Keeper"
|
|
license = "MIT"
|
|
bin = @["ptk"]
|
|
|
|
# Dependencies
|
|
|
|
requires @["nim >= 0.15.0", "docopt >= 0.6.4", "uuids", "langutils", "tempfile", "timeutils >= 0.2.0"]
|
|
|