gfold 0.7.1

CLI tool to help keep track of your Git repositories.
Documentation
[package]

name = "gfold"

version = "0.7.1"

license = "Apache-2.0"

authors = ["Nick Gerace <nickagerace@gmail.com>"]

description = "CLI tool to help keep track of your Git repositories."

homepage = "https://nickgerace.dev"

repository = "https://github.com/nickgerace/gfold/"

readme = "README.md"

edition = "2018"

keywords = ["git", "cli"]

categories = ["command-line-utilities", "command-line-interface"]



[dependencies]

eyre = "^0.6"

structopt = "^0.3"

git2 = "^0.13"

prettytable-rs = "^0.8"