Add nimcrypto dependency.

This commit is contained in:
cheatfate 2018-09-27 13:46:06 +03:00
parent 4b8f6db181
commit 2a250634d0
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ skipDirs = @["tests", "Nim", "nim"]
### Dependencies
requires "nim > 0.18.0"
requires "https://github.com/cheatfate/nimcrypto"
task test, "Run all tests":
exec "nim c -r tests/tarith"