Add `stint` requirement

This commit is contained in:
coffeepots 2018-05-09 15:08:03 +01:00 committed by zah
parent 68dc4351d1
commit 6edc47fc0a
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ srcDir = "src"
### Dependencies
requires "nim >= 0.17.3",
"nimcrypto"
"nimcrypto",
"stint"
proc configForTests() =
--hints: off