# Package version = "0.1.0" author = "Jonathan Bernard" description = "Small CLI utility to pull multiple git repos." license = "MIT" bin = @["git_pull_all"] # Dependencies requires @["nim >= 0.16.1", "docopt >= 0.6.4"] requires "https://git.jdb-labs.com/jdb/nim-cli-utils.git"