Moved Nim sources into src/main/nim.

This commit is contained in:
Jonathan Bernard
2016-01-26 00:32:41 -06:00
parent c16a5a684d
commit 9728055c45
5 changed files with 2 additions and 12 deletions
+1
View File
@@ -4,6 +4,7 @@ author = "Jonathan Bernard (jdb@jdb-labs.com)"
description = "Utility to generate diffs of full directory trees."
license = "BSD"
bin = @["treediff"]
srcDir = "src/main/nim"
# Dependencies
requires: @["nim >= 0.13.0", "docopt >= 0.1.0", "console_progress >= 1.2"]