pit2trello/pit2trello.nimble
Jonathan Bernard 208bdab1e4 Don't worry about missing Trello cards if the issue is completed.
This is a normal case when Trello lists or cards are archived.
2023-12-15 22:16:28 -06:00

29 lines
621 B
Nim

# Package
version = "0.2.2"
author = "Jonathan Bernard"
description = "Synchronization tool between JDB pit and Trello."
license = "MIT"
srcDir = "src"
bin = @["pit2trello"]
# Dependencies
requires @[
"nim >= 1.6.10",
"docopt",
"uuids >= 0.1.10",
"zero_functional"
]
# Dependencies from git.jdb-software.com/jdb/nim-packages
requires @[
"cliutils >= 0.8.1",
"pit >= 4.23.3",
"timeutils",
"update_nim_package_version"
]
task updateVersion, "Update the version of this package.":
exec "update_nim_package_version pit2trello 'src/pit2trellopkg/cliconstants.nim'"