[dependencies.clap]
features = ["derive"]
version = "4.4.18"
[dependencies.git2]
features = []
version = "0.18.1"
[dependencies.itertools]
version = "0.12.1"
[dependencies.regex]
version = "1.10.3"
[package]
authors = ["Alexander Konietzko <me@alexanderkonietzko.com>"]
categories = ["command-line-utilities"]
description = "A tool to analyze git commits"
edition = "2021"
homepage = "https://github.com/alex289/git-commit-stats"
keywords = ["cli", "git"]
license-file = "LICENSE"
name = "git-commit-stats"
readme = "README.md"
repository = "https://github.com/alex289/git-commit-stats"
version = "0.1.8"