git-gud 0.1.1

Git Gud is just an experimental cli tool I am working on that is a wrapper around git. The tool provides some extra functionality ontop of git, and if a custom command is not found it will default to using git. This tool requires git to be installed and have "git" in your PATH
[[bin]]
name = "gg"
path = "src/main.rs"
[dependencies.colored]
version = "2.0.0"

[dependencies.git2]
version = "0.17.1"

[package]
authors = ["Cael Rowley <drdeus@pm.me>"]
description = "Git Gud is just an experimental cli tool I am working on that is a wrapper around git.\nThe tool provides some extra functionality ontop of git, and if a custom command is not found\nit will default to using git. This tool requires git to be installed and have \"git\" in your PATH\n"
documentation = "https://gitlab.com/CaelRowley/git-gud"
edition = "2021"
homepage = "https://gitlab.com/CaelRowley/git-gud"
license = "MIT"
name = "git-gud"
readme = "README.md"
repository = "https://gitlab.com/CaelRowley/git-gud"
version = "0.1.1"