[package]
edition = "2018"
name = "mir"
version = "0.1.1"
authors = ["Nicholas Omer Chiasson <nicholasomerchiasson@gmail.com>"]
description = "Tool to mirror a user's entire accessible GitLab group hierarchy locally and optionally clone all projects."
homepage = "https://gitlab.com/leschiassons/tools/mir"
readme = "README.md"
keywords = ["cli", "gitlab", "setup"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://gitlab.com/leschiassons/tools/mir"
[dependencies.git2]
version = "0.8.0"
[dependencies.gitlab]
version = "0.1200.0"
[dependencies.indicatif]
version = "0.10.3"
[dependencies.num]
version = "0.2.0"
[dependencies.rpassword]
version = "2.1.0"
[dependencies.structopt]
version = "0.2.10"
[badges.gitlab]
repository = "leschiassons/tools/mir"
[badges.maintenance]
status = "passively-maintained"