gcd-cli 0.0.1

gcd-cli tools for managing and using GCD. GCD stands for GitChangeDirectory, as it primary goal is to quickly change between git project folders.
Documentation
[package]
name = "gcd-cli"
version = "0.0.1"
authors = ["Philippe Tjon-A-Hen <philippe@tjonahen.nl>"]
edition = "2018"
description = "gcd-cli tools for managing and using GCD. GCD stands for GitChangeDirectory, as it primary goal is to quickly change between git project folders."
readme = "README.md"
repository= "http://gitlab.com/pnmtjonahen/pepercoin"
homepage="http://gitlab.com/pnmtjonahen/pepercoin"
license = "Apache-2.0"
keywords = ["git", "cd", "projects"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
console = "0.11.1"
indicatif = "0.14.0"
regex = "1.3.5"
clap = "2.33.0"
glob = "0.3.0"

[dependencies.rusqlite]
version = "0.21.0"
features = ["bundled"]