Pulled sameContents function out into nim-langutils library.
This commit is contained in:
@ -11,6 +11,7 @@ srcDir = "src/main/nim"
|
||||
|
||||
requires @["nim >= 0.16.1", "docopt >= 0.1.0", "tempfile", "jester", "bcrypt"]
|
||||
requires "https://github.com/yglukhov/nim-jwt"
|
||||
requires "https://git.jdb-labs.com/jdb/nim-lang-utils.git"
|
||||
|
||||
task test, "Runs the test suite.":
|
||||
exec "nim c -r src/test/nim/runtests.nim"
|
||||
|
Reference in New Issue
Block a user