notion-api-client/hff_notion_api_client.nimble

15 lines
438 B
Plaintext
Raw Normal View History

# Package
2023-01-28 18:10:16 -06:00
version = "0.4.4"
author = "Jonathan Bernard"
description = "Utilities and bindings for HFF's Notion API."
license = "GPL-3.0-or-later"
srcDir = "src"
# Dependencies
requires "nim >= 1.4.8"
requires "https://git.jdb-software.com/jdb/buffoonery"
requires "https://git.jdb-software.com/jdb/nim-time-utils.git >= 0.5.0"
2023-01-28 18:10:16 -06:00
requires "https://git.jdb-software.com/jdb/nim-namespaced-logging.git >= 0.3.1"