2016-01-31 00:18:21 -06:00
|
|
|
# Package
|
|
|
|
|
|
|
|
bin = @["db_migrate"]
|
2018-06-01 01:22:43 -05:00
|
|
|
version = "0.2.6"
|
2016-01-31 00:18:21 -06:00
|
|
|
author = "Jonathan Bernard"
|
|
|
|
description = "Simple tool to handle database migrations."
|
|
|
|
license = "BSD"
|
2016-04-10 21:01:53 -05:00
|
|
|
srcDir = "src/main/nim"
|
2016-01-31 00:18:21 -06:00
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
|
|
|
requires: @["nim >= 0.13.0", "docopt >= 0.1.0"]
|
|
|
|
|