2019-12-25 18:07:23 -06:00
|
|
|
# Package
|
|
|
|
|
2022-09-08 11:40:20 -05:00
|
|
|
version = "2.0.0"
|
2019-12-25 18:07:23 -06:00
|
|
|
author = "Jonathan Bernard"
|
|
|
|
description = "Lightweight Postgres ORM for Nim."
|
|
|
|
license = "GPL-3.0"
|
|
|
|
srcDir = "src"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
2022-09-08 10:40:59 -05:00
|
|
|
requires @["nim >= 1.4.0", "uuids"]
|
2022-01-13 14:45:16 -06:00
|
|
|
requires "https://git.jdb-software.com/jdb/nim-namespaced-logging.git"
|