git-std 0.0.0

Standard git workflow — commits, versioning, hooks
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "git-std"
version = "0.0.0"
edition = "2024"
description = "Standard git workflow — commits, versioning, hooks"
license = "MIT"
repository = "https://github.com/driftsys/git-std"
keywords = ["git", "conventional-commits", "hooks", "versioning", "changelog"]
categories = ["command-line-utilities", "development-tools"]

[[bin]]
name = "git-std"
path = "src/main.rs"