[package]
name = "g-cli"
version = "0.1.0"
edition = "2024"
description = "Git that talks back. A human-friendly CLI wrapper for Git."
license = "MIT"
repository = "https://github.com/alonsovm44/g"
homepage = "https://github.com/alonsovm44/g"
readme = "README.md"
keywords = ["git", "cli", "developer-tools", "undo", "productivity"]
categories = ["command-line-utilities", "development-tools"]
authors = ["alonsovm44"]
exclude = ["casts/", "ideas/", ".gendox/"]
[[bin]]
name = "g"
path = "src/main.rs"
[dependencies]
clap = { version = "4", features = ["derive"] }
colored = "2"
dialoguer = "0.11"
chrono = "0.4"
chrono-humanize = "0.2"