nimble/tests/develop/hybrid/hybrid.nimble

13 lines
197 B
Nim

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