ptk/ptk.nimble
Jonathan Bernard d3fc1cdf9c Fix incorrect ISO time format.
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).
2016-11-01 09:57:36 -05:00

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"]