gitall 0.2.1

Executes git(1) commands in repos below a parent directory
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.walkdir]
version = "2"
[build-dependencies.clap]
version = "~2.32.0"
[badges.travis-ci]
branch = "master"
repository = "mattmahn/gitall.rs"