mkbsd/mkbsd.nimble
Jacek Sieka 28a7760c09 add nim version
If you don't have it installed already, [nim](https://nim-lang.org) and
all libraries needed will be installed as part of the build.
2024-09-25 16:54:44 +02:00

5 lines
70 B
Nim

requires "nim >= 2.0.8"
requires "chronos >= 4.0.3"
bin = @["mkbsd"]