commit 1edcf1299870a62110d37b99cba023f89d2a2ff3 Author: Jonathan Bernard Date: Thu Oct 6 15:45:59 2016 -0500 Initial commit with nimble configuration. diff --git a/ptk.nimble b/ptk.nimble new file mode 100644 index 0000000..e52e8e7 --- /dev/null +++ b/ptk.nimble @@ -0,0 +1,11 @@ +# Package + +version = "0.1.0" +author = "Jonathan Bernard" +description = "Personal Time Keeper" +license = "MIT" + +# Dependencies + +requires "nim >= 0.15.0" +