gi 0.1.2

git interactive cli tool
Documentation
[[bin]]
name = "gi"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.clap]
features = ["derive"]
version = "4.5.15"

[dependencies.git2]
version = "0.19.0"

[dependencies.inquire]
version = "0.7.5"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "git interactive cli tool"
edition = "2021"
license-file = "LICENSE"
name = "gi"
readme = "README.md"
repository = "https://github.com/tsumli/gi"
version = "0.1.2"