nimterop-template/project.nimble
Joey Yakimowich-Payne a7f32026f3 Change to 'project'
2020-04-26 16:23:23 -06:00

13 lines
224 B
Nim

# Package
version = "0.1.0"
author = "Joey Yakimowich-Payne"
description = "Nimterop template"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 1.0.6", "nimterop#head", "regex"