2016-01-31 00:18:21 -06:00
|
|
|
# Package
|
|
|
|
|
|
|
|
bin = @["db_migrate"]
|
2021-08-07 23:54:10 -05:00
|
|
|
version = "0.3.1"
|
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
|
|
|
|
|
2021-07-03 22:00:14 -05:00
|
|
|
requires: @["nim >= 1.4.0", "docopt >= 0.1.0"]
|