diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5dff305 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/tests diff --git a/bncurve.nimble b/bncurve.nimble index 8729227..3015eed 100644 --- a/bncurve.nimble +++ b/bncurve.nimble @@ -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"