13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
|
# Package
|
||
|
|
||
|
bin = @["db_migrate"]
|
||
|
version = "0.1.0"
|
||
|
author = "Jonathan Bernard"
|
||
|
description = "Simple tool to handle database migrations."
|
||
|
license = "BSD"
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires: @["nim >= 0.13.0", "docopt >= 0.1.0"]
|
||
|
|