Implemented password hashing. Added and improved tests.
This commit is contained in:
@ -12,3 +12,5 @@ srcDir = "src/main/nim"
|
||||
requires @["nim >= 0.16.1", "docopt >= 0.1.0", "tempfile", "jester", "bcrypt"]
|
||||
requires "https://github.com/yglukhov/nim-jwt"
|
||||
|
||||
task test, "Runs the test suite.":
|
||||
exec "nim c -r src/test/nim/runtests.nim"
|
||||
|
Reference in New Issue
Block a user