Initial commit with nimble configuration.

This commit is contained in:
Jonathan Bernard 2016-10-06 15:45:59 -05:00
commit 1edcf12998

11
ptk.nimble Normal file
View File

@ -0,0 +1,11 @@
# Package
version = "0.1.0"
author = "Jonathan Bernard"
description = "Personal Time Keeper"
license = "MIT"
# Dependencies
requires "nim >= 0.15.0"