git-workarea 4.2.1

Simple routines to work with git repositories and set up minimal workareas with them.
Documentation
[dependencies.chrono]
default-features = false
features = ["std"]
version = "~0.4.1"

[dependencies.lazy_static]
version = "^1.1"

[dependencies.log]
version = "~0.4.4"

[dependencies.regex]
default-features = false
features = ["std"]
version = "^1.3.3"

[dependencies.tempfile]
version = "^3.2.0"

[dependencies.thiserror]
version = "^1.0.2"
[dev-dependencies.itertools]
version = "~0.10"

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