gi_t 0.0.6

A git typo handler.
Documentation
[[bin]]
name = "gi"
path = "src/main.rs"
[dependencies.termcolor]
version = "1.1"

[package]
authors = ["Arpan Laha <arpanlaha99@gmail.com>"]
categories = ["command-line-utilities"]
description = "A git typo handler."
edition = "2018"
keywords = ["cli", "git", "typo"]
license = "MIT"
name = "gi_t"
readme = "README.md"
repository = "https://github.com/arpanlaha/gi_t"
version = "0.0.6"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"