git-comma 1.0.9

AI-powered git commit message generator using OpenRouter API
Documentation
[package]
name = "git-comma"
version = "1.0.9"
edition = "2021"
description = "AI-powered git commit message generator using OpenRouter API"
license = "MIT"
repository = "https://github.com/rfxlamia/git-comma"

[[bin]]
name = "comma"
path = "src/main.rs"

[dependencies]
inquire = { version = "0.9", features = ["editor"] }
thiserror = "2"
ureq = { version = "3", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
home = "0.5"
clap = { version = "4", features = ["derive"] }
colored = "2"

[dev-dependencies]
tempfile = "3"
wiremock = "0.6"