gitlab-butler-lib 0.9.1

Support library for [`gitlab-butler`](https://crates.io/crates/gitlab-butler) Gitlab cli to automate the boring stuff.
Documentation
[package]
name = "gitlab-butler-lib"
version = "0.9.1"
authors = ["Matteo Bertini <matteo@naufraghi.net>"]
edition = "2018"
license = "MIT OR Apache-2.0"
keywords = ["git", "gitlab"]
categories = ["api-bindings", "development-tools"]
repository = "https://gitlab.com/naufraghi/gitlab-butler"
description = "Support library for [`gitlab-butler`](https://crates.io/crates/gitlab-butler) Gitlab cli to automate the boring stuff."

[badges]
gitlab = { repository = "naufraghi/gitlab-butler", branch = "master" }

[dependencies]
serde_json = "1.0"
serde_derive = "1.0"
serde = {version ="1.0", features = ["derive"]}
serde_path_to_error = "0.1"
url = "1.7"
anyhow = "1.0"
log = "0.4.8"
env_logger = "0.7.1"
reqwest = {version = "0.10.8", features = ["blocking", "json"]}
chrono = {version = "0.4.15", features = ["serde"]}