cli/dashinit.nimble
2023-10-05 09:58:30 +02:00

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"