14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
|
# Package
|
||
|
|
||
|
version = "0.1.0"
|
||
|
author = "Jonathan Bernard"
|
||
|
description = "Lightweight Postgres ORM for Nim."
|
||
|
license = "GPL-3.0"
|
||
|
srcDir = "src"
|
||
|
|
||
|
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires "nim >= 1.0.4"
|