git-today 0.1.7

A tool to recap your daily git work
# 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 = "git-today"
version = "0.1.7"
authors = ["bitSheriff"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to recap your daily git work"
homepage = "https://bitsheriff.dev/projects/git-today/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bitSheriff/git-today"

[[bin]]
name = "git-today"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.42"

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

[dependencies.comfy-table]
version = "7.2.0"

[dependencies.git2]
version = "0.20.2"