git-loc-analyzer 0.1.0

Rust-based CLI tool that analyzes the lines added and deleted in each commit of a Git repository and reports the total number of changed lines for each user.
[dependencies.chrono]
version = "0.4.35"

[dependencies.git2]
version = "0.18.3"

[package]
description = "Rust-based CLI tool that analyzes the lines added and deleted in each commit of a Git repository and reports the total number of changed lines for each user."
edition = "2021"
license = "MIT"
name = "git-loc-analyzer"
readme = "README.md"
version = "0.1.0"