[package] name = "git-gud" version = "0.1.3" edition = "2021" authors = ["Cael Rowley "] license = "MIT" description = """ git-gud is a CLI tool for using git with some improved features. """ documentation = "https://gitlab.com/CaelRowley/git-gud" homepage = "https://gitlab.com/CaelRowley/git-gud" repository = "https://gitlab.com/CaelRowley/git-gud" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "2.0.0" git2 = "0.17.1" [[bin]] name = "gg" path = "src/main.rs"