git-workarea 3.1.0

Simple routines to work with git repositories and set up minimal workareas with them.
Documentation
[package]
name = "git-workarea"
version = "3.1.0"
authors = ["Ben Boeckel <ben.boeckel@kitware.com>"]
license = "MIT/Apache-2.0"
description = """
Simple routines to work with git repositories and set up minimal workareas with
them.
"""
repository = "https://gitlab.kitware.com/utils/rust-git-workarea"
documentation = "https://docs.rs/git-workarea/~3.1"
readme = "README.md"
keywords = ["git", "utility"]

[dev-dependencies]
itertools = "~0.6"

[dependencies]
lazy_static = "~0.2"
log = "~0.3"
regex = "~0.2"
tempdir = "~0.3"

chrono = "~0.4"
error-chain = ">= 0.9, < 0.11"