gitall 0.3.0

Executes git(1) commands in repos below a parent directory
[badges.travis-ci]
branch = "master"
repository = "mattmahn/gitall.rs"
[build-dependencies.clap]
version = "~2.32.0"
[dependencies.atty]
version = "~0.2.11"

[dependencies.clap]
version = "~2.32.0"

[dependencies.num_cpus]
version = "1.9.0"

[dependencies.rayon]
version = "1.0.3"

[dependencies.regex]
version = "1"

[dependencies.termcolor]
version = "1.0.4"

[dependencies.walkdir]
version = "2"

[package]
authors = ["Matthew Mahnke <mmahnke18@gmail.com>"]
build = "build.rs"
categories = ["command-line-utilities"]
description = "Executes git(1) commands in repos below a parent directory"
documentation = "https://github.com/mattmahn/gitall.rs"
edition = "2018"
license = "Unlicense OR MIT"
name = "gitall"
readme = "README.md"
repository = "https://github.com/mattmahn/gitall.rs"
version = "0.3.0"