git-workarea 4.1.0

Simple routines to work with git repositories and set up minimal workareas with them.
Documentation
[package]
name = "git-workarea"
version = "4.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/~4.1"
readme = "README.md"
keywords = ["git", "utility"]

[dev-dependencies]
itertools = "~0.8"

[dependencies]
lazy_static = "^1.1"
log = "~0.4"
regex = "^1.0"
tempdir = "~0.3.6"
thiserror = "^1.0.2"

chrono = "~0.4.1"