The Dormant state is for tasks that are still outstanding but not of immediate importance. The main different between Dormant and Todo is that dormant tasks are not listed by default. You must `pit list dormant` to see them.
13 lines
294 B
Nim
13 lines
294 B
Nim
# Package
|
|
|
|
version = "4.0.3"
|
|
author = "Jonathan Bernard"
|
|
description = "Personal issue tracker."
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
bin = @["pit"]
|
|
|
|
# Dependencies
|
|
|
|
requires @["nim >= 0.18.0", "uuids 0.1.9", "docopt 0.6.5", "cliutils 0.3.4", "timeutils 0.3.0"]
|