Basic implementation: add, list, ammend, delete.

This commit is contained in:
Jonathan Bernard
2016-10-06 15:47:05 -05:00
parent 74a6217c8f
commit a1d2fa383a
2 changed files with 318 additions and 1 deletions

View File

@ -4,8 +4,9 @@ version = "0.1.0"
author = "Jonathan Bernard"
description = "Personal Time Keeper"
license = "MIT"
bin = @["ptk"]
# Dependencies
requires "nim >= 0.15.0"
requires @["nim >= 0.15.0", "docopt >= 0.6.4", "uuids", "langutils", "tempfile"]