ghostflow-gitlab 0.1.0

Implementation of ghostflow traits for GitLab.
Documentation
[package]
name = "ghostflow-gitlab"
version = "0.1.0"
authors.workspace = true
license.workspace = true
description = """
Implementation of ghostflow traits for GitLab.
"""
workspace = ".."
repository.workspace = true
documentation = "https://docs.rs/ghostflow-gitlab/~0.1"
readme = "README.md"
keywords = ["git", "workflow", "ghostflow", "gitlab"]
edition.workspace = true

[dependencies]
chrono = { version = "~0.4.16", default-features = false }
http = "^1"
itertools = "~0.14"
regex = "^1.0"
serde = { version = "~1.0", features = ["derive"] }
thiserror = "^2"
url = "^2.3"

ghostflow = { version = "~0.1", path = "../ghostflow" }
git-workarea = "^4.0"
gitlab = "=0.1802.1"