Merge pull request #3 from status-im/nimcrypto

Nimble considers URL deps different from name deps
This commit is contained in:
Eugene Kabanov 2018-12-26 11:03:12 +02:00 committed by GitHub
commit 46a52aba70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/tests

View File

@ -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"