Add stint requirement

This commit is contained in:
coffeepots 2018-05-09 15:08:03 +01:00
parent b6db0f151e
commit ae182907f2

View File

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