git-commit-stats 0.1.7

A tool to analyze git commits
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "git-commit-stats"
version = "0.1.7"
edition = "2021"
authors = ["Alexander Konietzko <me@alexanderkonietzko.com>"]
license-file = "LICENSE"
description = "A tool to analyze git commits"
readme = "README.md"
homepage = "https://github.com/alex289/git-commit-stats"
repository = "https://github.com/alex289/git-commit-stats"
keywords = ["cli", "git"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
git2 = { version = "0.18.1", features = [] }