[package] name = "gitlab-butler" version = "0.9.1" authors = ["Matteo Bertini "] edition = "2018" license = "MIT OR Apache-2.0" keywords = ["git", "gitlab", "cli"] categories = ["command-line-utilities", "development-tools"] repository = "https://gitlab.com/naufraghi/gitlab-butler" description = "Gitlab cli to automate the boring stuff" readme = "../README.md" [badges] gitlab = { repository = "naufraghi/gitlab-butler", branch = "master" } [dependencies] structopt = "0.3.15" dotenv = "0.15.0" clap-verbosity-flag = "0.3.1" url = "1.7" anyhow = "1.0" log = "0.4.8" env_logger = "0.7.1" gitlab-butler-lib = { path = "../gitlab-butler-lib", version = "0.9.1"} bunt = "0.2.1" git2 = "0.13" slug = "0.1.4" git-url-parse = "0.3.0"