[package] name = "regit" version = "0.1.0" edition = "2018" license = "MIT" authors = ["Seonghyun Park "] 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"