Initial thoughts around API, DB layer.

This commit is contained in:
2019-02-15 00:00:20 -06:00
commit 0d2efe4bcc
16 changed files with 314 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Package
version = "0.1.0"
author = "Jonathan Bernard"
description = "JDB\'s Personal Measures API"
license = "MIT"
srcDir = "src/main/nim"
bin = @["personal_measure_api"]
# Dependencies
requires @["nim >= 0.19.4", "bcrypt", "docopt >= 0.6.8", "isaac >= 0.1.3", "jester >= 0.4.1", "jwt", "tempfile",
"timeutils >= 0.4.0", "uuids >= 0.1.10" ]