14 lines
239 B
Text
14 lines
239 B
Text
|
# Package
|
||
|
|
||
|
version = "0.1.0"
|
||
|
author = "Sangelo"
|
||
|
description = "A fast way to initialise all your projects!"
|
||
|
license = "MIT"
|
||
|
srcDir = "src"
|
||
|
bin = @["dashinit"]
|
||
|
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires "nim >= 2.0.0"
|