nimble/tests/develop/binary/binary.nimble
2017-08-13 15:04:40 +01:00

14 lines
195 B
Nim

# Package
version = "1.0"
author = "Dominik Picheta"
description = "binary"
license = "MIT"
bin = @["binary"]
skipExt = @["nim"]
# Dependencies
requires "nim >= 0.16.0"