Initial commit with basic architecural thoughts.
This commit is contained in:
12
strawboss.nimble
Normal file
12
strawboss.nimble
Normal 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"]
|
||||
|
Reference in New Issue
Block a user