rustygit 0.2.3

A simple interface for runnig Git commands
Documentation
[badges.travis-ci]
repository = "keirlawson/rusty-git"
[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "1"
[dev-dependencies.tempfile]
version = "3"

[package]
authors = ["Keir Lawson <keirlawson@gmail.com>"]
categories = ["development-tools"]
description = "A simple interface for runnig Git commands"
edition = "2018"
keywords = ["git"]
license = "MIT OR Apache-2.0"
name = "rustygit"
readme = "README.md"
repository = "https://github.com/keirlawson/rusty-git"
version = "0.2.3"