git-stats 0.1.3

A script for grabbing more thorough shortlog stats
[dependencies.anyhow]
version = "1.0.66"

[dependencies.clap]
features = ["wrap_help", "derive"]
version = "4.0.18"

[dependencies.clap-verbosity-flag]
version = "2.0.0"

[dependencies.env_logger]
version = "0.9.1"

[dependencies.log]
version = "0.4.17"

[dependencies.rayon]
version = "1.5.3"

[dependencies.tabled]
version = "0.10.0"

[dependencies.xshell]
version = "0.2.2"

[package]
authors = ["Luke Hsiao <luke@hsiao.dev>"]
categories = ["command-line-utilities"]
description = "A script for grabbing more thorough shortlog stats"
edition = "2021"
homepage = "https://github.com/lukehsiao/git-stats"
keywords = ["git", "stats"]
license = "MIT OR Apache-2.0"
name = "git-stats"
readme = "README.md"
repository = "https://github.com/lukehsiao/git-stats"
version = "0.1.3"