cli/dashinit.nimble

12 lines
294 B
Text
Raw Normal View History

2023-10-05 07:34:44 +00:00
# Package
version = "0.1.0"
author = "Sangelo"
2023-10-05 07:58:30 +00:00
description = "A nim-powered initializer that's fast, fully configurable, and effortlessly sets up your projects."
license = "GPLv3"
2023-10-05 07:34:44 +00:00
srcDir = "src"
bin = @["dashinit"]
# Dependencies
2023-10-05 07:58:30 +00:00
requires "nim >= 2.0.0"