buffoonery/buffoonery.nimble

20 lines
514 B
Plaintext
Raw Normal View History

2022-01-22 18:50:29 -06:00
# Package
2023-02-04 00:24:25 -06:00
version = "0.2.2"
2022-01-22 18:50:29 -06:00
author = "Jonathan Bernard"
description = "JDB Software's opinionated extensions and auth layer for Jester."
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 1.6.2"
requires @["bcrypt", "jester >= 0.5.0", "uuids"]
2023-02-04 00:24:25 -06:00
requires "https://git.jdb-software.com/jdb/nim-jwt-full.git >= 0.2.0"
requires "https://git.jdb-software.com/jdb/nim-namespaced-logging.git >= 0.3.0"
2022-01-22 18:50:29 -06:00
task unittest, "Runs the unit test suite.":
exec "nim c -r test/runner"