[package] name = "gitlab_tagger" description = "Simple crate to create tag using gitlab api" version = "0.1.3" edition = "2021" publish = true readme = "README.md" license-file = "LICENSE.md" homepage = "https://gitlab.com/yessetmurat/gitlab_tagger.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.8", features = ["derive"] } reqwest = { version = "0.11.22", features = ["json"] } tokio = { version = "1.34.0", features = ["full"] }