/ crvc.nimble
crvc.nimble
 1  # Package
 2  
 3  version          = "0.1.0"
 4  author           = "Jarrad Hope"
 5  description   = "Cryptoeconomic Release and Version Control"
 6  license           = "MIT"
 7  srcDir              = "src"
 8  binDir             = "bin"
 9  bin                   = @["crvc", "git_remote_crvc"] # TODO best way to change --out to git-remote-crvc?
10  
11  
12  # Dependencies
13  
14  requires "nim >= 0.19.0"