Initial WIP of new pit (Nim).
This commit is contained in:
12
pit.nimble
Normal file
12
pit.nimble
Normal 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"]
|
Reference in New Issue
Block a user