Rename module from 'fiber_orm_nim' to 'fiber_orm'.

This commit is contained in:
2019-12-25 18:51:00 -06:00
parent f84849ecde
commit 35af299fdc
3 changed files with 1 additions and 1 deletions

13
fiber_orm.nimble Normal file
View File

@ -0,0 +1,13 @@
# 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"