gitbit 0.1.0

A lightweight Git automation tool that generates commit messages from diffs using AI (Gemini).
[package]
name = "gitbit"
version = "0.1.0"
edition = "2024"
description = "A lightweight Git automation tool that generates commit messages from diffs using AI (Gemini)."
license = "MIT"
repository = "https://github.com/StephCurry07/Mgit.git"
homepage = "https://github.com/StephCurry07/Mgit"
documentation = "https://github.com/StephCurry07/Mgit"
readme = "README.md"
keywords = ["git", "commit", "ai", "automation", "cli"]
categories = ["command-line-utilities", "development-tools"]


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

[dependencies]
regex = "1"
dirs = "5"
serde = { version = "1", features = ["derive"] }
toml = "0.8"
reqwest = { version = "0.12", features = ["json", "blocking", "native-tls"] }
serde_json = "1"
glob = "0.3"
clap = { version = "4", features = ["derive"] }