From 1edcf1299870a62110d37b99cba023f89d2a2ff3 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Thu, 6 Oct 2016 15:45:59 -0500 Subject: [PATCH] Initial commit with nimble configuration. --- ptk.nimble | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ptk.nimble 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" +