Initial commit with basic architecural thoughts.

This commit is contained in:
Jonathan Bernard
2017-02-15 23:27:38 -06:00
commit eca33739b2
2 changed files with 27 additions and 0 deletions

12
strawboss.nimble Normal file
View File

@ -0,0 +1,12 @@
# Package
bin = @["strawboss"]
version = "0.1.0"
author = "Jonathan Bernard"
description = "My personal continious integration worker."
license = "MIT"
# Dependencies
requires @["nim >= 0.16.1", "docopt >= 0.1.0"]