git-stats 0.1.7

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

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

[dependencies.rayon]
version = "1.7.0"

[dependencies.tabled]
version = "0.10.0"

[dependencies.xshell]
version = "0.2.3"

[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.7"