[package]
edition = "2024"
name = "git-std"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard git workflow — commits, versioning, hooks"
readme = "README.md"
keywords = [
"git",
"conventional-commits",
"hooks",
"versioning",
"changelog",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/driftsys/git-std"
[[bin]]
name = "git-std"
path = "src/main.rs"