github_cli 0.1.0

A CLI tool for clone repository or download file from github
Documentation
[package]
name = "github_cli"
version = "0.1.0"
edition = "2021"
authors = ["Anonymous <dnrops@anonymous.com>"]
description = "A CLI tool for clone repository or download file from github"
readme = "README.md"
keywords = ["clone","git", "download","github"]
categories = ["command-line-utilities"]
license = "MIT"
documentation = "https://docs.rs/github_cli"
repository = "https://gitlab.com/andrew_ryan/github_cli"

[dependencies]
doe = "0.1.32"
git2 = "0.17.2"
indicatif = "0.17.3"
reqwest = { version = "0.11.18", features = ["blocking"] }