[package] name = "gi_t" version = "0.0.6" authors = ["Arpan Laha "] edition = "2018" description = "A git typo handler." readme = "README.md" repository = "https://github.com/arpanlaha/gi_t" license = "MIT" keywords = ["cli", "git", "typo"] categories = ["command-line-utilities"] [dependencies] termcolor = "1.1" [[bin]] name = "gi" path = "src/main.rs" [profile.release] lto = true codegen-units = 1 panic = 'abort'