fiber-orm-nim/fiber_orm.nimble

15 lines
264 B
Plaintext
Raw Normal View History

# Package
version = "2.2.0"
author = "Jonathan Bernard"
description = "Lightweight Postgres ORM for Nim."
license = "GPL-3.0"
srcDir = "src"
# Dependencies
requires @["nim >= 1.4.0", "uuids"]
requires "namespaced_logging >= 0.3.0"