regit 0.1.0

A simple utility to rewrite Git history
[package]
name = "regit"
version = "0.1.0"
edition = "2018"
license = "MIT"
authors = ["Seonghyun Park <shp4rk@gmail.com>"]
description = "A simple utility to rewrite Git history"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
git2 = "0.13.24"
structopt = "0.3"
anyhow = "1.0.0"