gitall 0.4.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.33.0"
[dependencies.atty]
version = "~0.2.11"

[dependencies.clap]
version = "~2.33.0"

[dependencies.num_cpus]
version = "1"

[dependencies.rayon]
version = "~1.4.0"

[dependencies.regex]
version = "1"

[dependencies.termcolor]
version = "~1.1.0"

[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.4.0"