good-git 0.1.3

DEPRECATED New project: https://crates.io/crates/git-gud
[package]
name = "good-git"
version = "0.1.3"
edition = "2021"
authors = ["Cael Rowley <drdeus@pm.me>"]
license = "MIT"
description = """
DEPRECATED

New project: https://crates.io/crates/git-gud
"""
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"