mrh 0.5.0

Crawls filesystem and displays pending status of each git repo found
Documentation
# 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]
name = "mrh"
version = "0.5.0"
authors = ["Tshepang Lekhonkhobe <tshepang@gmail.com>"]
description = "Crawls filesystem and displays pending status of each git repo found"
readme = "README.md"
keywords = ["git"]
categories = ["command-line-utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tshepang/mrh"
[dependencies.ansi_term]
version = "0.10"

[dependencies.git2]
version = "0.6"

[dependencies.ordermap]
version = "0.3"

[dependencies.structopt]
version = "0.1"

[dependencies.structopt-derive]
version = "0.1"

[dependencies.walkdir]
version = "2"
[badges.travis-ci]
repository = "tshepang/mrh"