hangme/hangme.nimble

16 lines
242 B
Plaintext
Raw Normal View History

2020-08-17 22:44:46 -07:00
# Package
version = "0.1.0"
author = "mollusk"
description = "A shitty hangman clone"
license = "ISC"
srcDir = "src"
installExt = @["nim"]
bin = @["hangme"]
# Dependencies
requires "nim >= 1.2.6"