Initial upload: Auto Commit Message Generator with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 12:20:52 +00:00
parent 05eeb6f1d1
commit f148315303

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "auto-commit"
version = "0.1.0"
edition = "2021"
description = "A Rust CLI tool that analyzes git staged changes and generates conventional commit messages"
authors = ["Auto Commit Contributors"]
[dependencies]
clap = { version = "4.4", features = ["derive"] }
dialoguer = "0.11"
anyhow = "1.0"
colored = "2.1"
[dev-dependencies]
[profile.release]
opt-level = 3
lto = true