16 lines
242 B
Plaintext
16 lines
242 B
Plaintext
|
# 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"
|