Initial WIP of new pit (Nim).

This commit is contained in:
Jonathan Bernard
2018-05-11 18:39:40 -05:00
parent d6880d9cc1
commit 34e01119a9
7 changed files with 338 additions and 3 deletions

12
pit.nimble Normal file
View File

@ -0,0 +1,12 @@
# Package
version = "4.0.0"
author = "Jonathan Bernard"
description = "Personal issue tracker."
license = "MIT"
srcDir = "src"
bin = @["pit"]
# Dependencies
requires @["nim >= 0.18.1", "uuids 0.1.9", "docopt 0.6.5", "cliutils 0.3.2"]