[package]
edition = "2021"
name = "clearedforpush"
version = "0.1.0"
authors = ["Cleared for Push Contributors"]
build = false
exclude = [
"docs/",
"pkg/",
"scripts/",
"assets/",
".github/",
".kiro/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pre-push merge conflict predictor — catch conflicts before you push, not during CI"
homepage = "https://github.com/sanjayrohith/clearedforpush"
readme = "README.md"
keywords = [
"git",
"merge",
"conflict",
"pre-push",
"cli",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sanjayrohith/clearedforpush"
[[bin]]
name = "clearedforpush"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.atty]
version = "0.2"
[dependencies.clap]
version = "4.5"
features = ["derive"]
[dependencies.colored]
version = "2.1"