gitty 0.1.5

Interactive command line interface for enhanced workflow when using the Git CLI
Documentation
[[bin]]
name = "gitty"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.17"

[dependencies.dialoguer]
version = "0.11.0"

[lib]
name = "gitty"
path = "src/lib.rs"

[package]
authors = ["dlundgaard <dlundgaard8@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface", "command-line-utilities"]
description = "Interactive command line interface for enhanced workflow when using the Git CLI"
edition = "2018"
keywords = ["git", "cli", "workflow", "interface", "utility"]
license = "MIT OR Apache-2.0"
name = "gitty"
readme = "README.md"
version = "0.1.5"