Merge pull request #3 from status-im/nimcrypto
Nimble considers URL deps different from name deps
This commit is contained in:
commit
46a52aba70
|
@ -0,0 +1 @@
|
||||||
|
/tests
|
|
@ -7,8 +7,8 @@ skipDirs = @["tests", "Nim", "nim"]
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
requires "nim > 0.18.0"
|
requires "nim > 0.18.0",
|
||||||
requires "https://github.com/cheatfate/nimcrypto"
|
"nimcrypto"
|
||||||
|
|
||||||
task test, "Run all tests":
|
task test, "Run all tests":
|
||||||
exec "nim c -f -r -d:release tests/tarith"
|
exec "nim c -f -r -d:release tests/tarith"
|
||||||
|
|
Loading…
Reference in New Issue