g-cli 0.1.0

Git that talks back. A human-friendly CLI wrapper for Git.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "g-cli"
version = "0.1.0"
authors = ["alonsovm44"]
build = false
exclude = [
    "casts/",
    "ideas/",
    ".gendox/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git that talks back. A human-friendly CLI wrapper for Git."
homepage = "https://github.com/alonsovm44/g"
readme = "README.md"
keywords = [
    "git",
    "cli",
    "developer-tools",
    "undo",
    "productivity",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/alonsovm44/g"

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

[dependencies.chrono]
version = "0.4"

[dependencies.chrono-humanize]
version = "0.2"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.colored]
version = "2"

[dependencies.dialoguer]
version = "0.11"