db-migrate/db_migrate.nimble

13 lines
296 B
Plaintext
Raw Permalink Normal View History

2016-01-31 00:18:21 -06:00
# Package
bin = @["db_migrate"]
2024-12-28 11:07:50 -06:00
version = "0.3.2"
2016-01-31 00:18:21 -06:00
author = "Jonathan Bernard"
description = "Simple tool to handle database migrations."
license = "BSD"
srcDir = "src/main/nim"
2016-01-31 00:18:21 -06:00
# Dependencies
2024-12-28 11:07:50 -06:00
requires: @["nim >= 2.0.0", "docopt >= 0.1.0", "db_connector"]