[package]
edition = "2024"
rust-version = "1.94"
name = "ironflow-ops-gitlab"
version = "0.1.0"
authors = ["Thomas Tartrau"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitLab integration for Ironflow workflows, powered by the gitlab crate"
readme = "README.md"
keywords = [
"workflow",
"gitlab",
"operations",
"ironflow",
]
categories = [
"asynchronous",
"development-tools",
]
license = "MIT"
repository = "https://gitlab.com/ThomasTartrau/ironflow"
resolver = "2"
[lib]
name = "ironflow_ops_gitlab"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.gitlab]
version = "0.1903"
[dependencies.ironflow-core]
version = "3.14.0"
[dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
version = "1"
features = ["full"]