[package]
name = "whatthecommitcli"
version = "0.1.2"
authors = ["Alvin Yip <keongalvin@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Generate commit messages from your terminal, inspired by whatthecommit.com"
readme = "README.md"
homepage = "https://github.com/keongalvin/whatthecommit-cli"
repository = "https://github.com/keongalvin/whatthecommit-cli"
keywords = ["cli", "git", "commit", "generator"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
rand = "0.9.0"
anyhow = "1.0.100"
log = "0.4.28"
env_logger = "0.11.8"
clap = { version = "4.5.50", features = ["derive"] }