mirror of
https://github.com/SangeloDev/niminit.git
synced 2024-11-09 19:02:38 +00:00
14 lines
No EOL
308 B
Nim
14 lines
No EOL
308 B
Nim
# Package
|
|
|
|
version = "0.1.0"
|
|
author = "Sangelo"
|
|
description = "A Nim initialising script, because that definitely does not exist already."
|
|
license = "GPL-3.0-only"
|
|
srcDir = "src"
|
|
bin = @["niminit"]
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.6.10"
|
|
requires "parsetoml == 0.7.0" |