ghostflow-cli 0.1.0

Command line tool for performing ghostflow actions.
[package]
name = "ghostflow-cli"
version = "0.1.0"
authors.workspace = true
license.workspace = true
description = """
Command line tool for performing ghostflow actions.
"""
workspace = ".."
repository.workspace = true
documentation = "https://docs.rs/gf/~0.1"
keywords = ["git", "workflow", "ghostflow"]
edition.workspace = true

[dependencies]
clap = { version = "^4", features = ["cargo"] }
env_logger = "~0.11"
erased-serde = "~0.4"
ghostflow = { version = "~0.1", path = "../ghostflow" }
ghostflow-github = { version = "~0.1", path = "../ghostflow-github" }
git-checks-config = "^0.3"
git-checks-core = "^1.2.2"
git-checks = { version = "^4.2", features = ["config"] }
git-workarea = "^4.2"
itertools = "~0.14"
log = "~0.4.4"
rayon = "^1.0"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
serde_yml = "~0.0.12"
termcolor = "^1.0"
thiserror = "^2"
yaml-merge-keys = { version = "~0.8.1", features = ["serde_yml"] }