gitlab_tagger 0.1.3

Simple crate to create tag using gitlab api
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "gitlab_tagger"
version = "0.1.3"
publish = true
description = "Simple crate to create tag using gitlab api"
homepage = "https://gitlab.com/yessetmurat/gitlab_tagger.git"
readme = "README.md"
license-file = "LICENSE.md"

[dependencies.clap]
version = "4.4.8"
features = ["derive"]

[dependencies.reqwest]
version = "0.11.22"
features = ["json"]

[dependencies.tokio]
version = "1.34.0"
features = ["full"]