cli/dashinit.nimble

14 lines
239 B
Text
Raw Normal View History

2023-10-05 07:34:44 +00:00
# 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"