scripture 0.5.0

A robust command-line tool for managing, validating, and generating standardised Git commit messages.
[[bin]]
name = "scripture"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.23"

[dependencies.env_logger]
version = "0.11.6"

[dependencies.log]
version = "0.4.22"

[dependencies.serde]
features = ["derive"]
version = "1.0.216"

[dependencies.textwrap]
version = "0.16.1"

[package]
authors = ["Sealgair", "hunter.jay.k@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A robust command-line tool for managing, validating, and generating standardised Git commit messages."
edition = "2021"
keywords = ["cli", "tool", "git"]
license = "MIT"
name = "scripture"
readme = "README.md"
repository = "https://github.com/ThatSealgair/scripture"
version = "0.5.0"