12 lines
No EOL
294 B
Nim
12 lines
No EOL
294 B
Nim
# Package
|
|
|
|
version = "0.1.0"
|
|
author = "Sangelo"
|
|
description = "A nim-powered initializer that's fast, fully configurable, and effortlessly sets up your projects."
|
|
license = "GPLv3"
|
|
srcDir = "src"
|
|
bin = @["dashinit"]
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 2.0.0" |