treediff/treediff.nimble

10 lines
300 B
Plaintext
Raw Normal View History

2016-01-26 06:29:49 +00:00
# Package
version = "0.1.0"
author = "Jonathan Bernard (jdb@jdb-labs.com)"
2016-01-26 06:29:49 +00:00
description = "Utility to generate diffs of full directory trees."
license = "BSD"
2016-01-26 06:29:49 +00:00
bin = @["treediff"]
2016-01-26 06:29:49 +00:00
# Dependencies
requires: @["nim >= 0.13.0", "docopt >= 0.1.0", "console_progress >= 1.2"]