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
|
||||
|
||||
requires "nim > 0.18.0"
|
||||
requires "https://github.com/cheatfate/nimcrypto"
|
||||
requires "nim > 0.18.0",
|
||||
"nimcrypto"
|
||||
|
||||
task test, "Run all tests":
|
||||
exec "nim c -f -r -d:release tests/tarith"
|
||||
|
|
Loading…
Reference in New Issue