lotto/nim-solution/lotto.nimble

14 lines
228 B
Plaintext
Raw Permalink Normal View History

2024-05-03 16:44:36 -05:00
# Package
version = "0.1.0"
author = "Daniel Flanagan"
description = "Lotto winner finder"
license = "Proprietary"
srcDir = "src"
bin = @["lotto"]
# Dependencies
requires "nim >= 2.0.2"