hff-entry-forms/api/hff_entry_forms_api.nimble

26 lines
835 B
Plaintext
Raw Normal View History

# Package
2024-08-12 22:31:52 +00:00
version = "0.3.3-rc1"
author = "Jonathan Bernard"
description = "Hope Family Fellowship entry forms."
license = "GPL-3.0-or-later"
srcDir = "src"
bin = @["hff_entry_forms_api"]
# Dependencies
requires "nim >= 1.4.8"
requires @["docopt", "jester"]
requires "https://git.jdb-software.com/jdb/nim-cli-utils.git >= 0.6.3"
requires "https://git.jdb-software.com/jdb/nim-time-utils.git >= 0.5.0"
requires "https://git.jdb-software.com/jdb/update-nim-package-version.git"
requires "https://git.jdb-software.com/hope-family-fellowship/notion-api-client.git"
task updateVersion, "Update the version of this package.":
exec "update_nim_package_version hff_entry_forms_api 'src/hff_entry_forms_apipkg/version.nim'"
task unittest, "Runs the unit test suite.":
exec "nim c -r test/runner"