14 lines
265 B
Nim
14 lines
265 B
Nim
# Package
|
|
|
|
version = "0.1.0"
|
|
author = "Jonathan Bernard"
|
|
description = "Synchronization tool between JDB pit and Trello."
|
|
license = "MIT"
|
|
srcDir = "src/main/nim"
|
|
bin = @["pit2trello"]
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.6.10"
|