14 lines
302 B
Nim
14 lines
302 B
Nim
# Package
|
|
|
|
version = "0.2.0"
|
|
author = "Jonathan Bernard"
|
|
description = "Utilities and bindings for the Notion API."
|
|
license = "GPL-3.0-or-later"
|
|
srcDir = "src"
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.4.8"
|
|
requires "https://git.jdb-software.com/jdb/nim-time-utils.git >= 0.5.0"
|