13 lines
296 B
Nim
13 lines
296 B
Nim
# Package
|
|
|
|
bin = @["db_migrate"]
|
|
version = "0.3.2"
|
|
author = "Jonathan Bernard"
|
|
description = "Simple tool to handle database migrations."
|
|
license = "BSD"
|
|
srcDir = "src/main/nim"
|
|
|
|
# Dependencies
|
|
|
|
requires: @["nim >= 2.0.0", "docopt >= 0.1.0", "db_connector"]
|