[[bin]]
name = "git-biance"
path = "src/main.rs"
[dependencies.charming]
version = "0.4.0"
[dependencies.clap]
features = ["derive"]
version = "4.5.28"
[dependencies.once_cell]
version = "1.20.3"
[dependencies.regex]
version = "1.11.1"
[dependencies.time]
features = ["formatting"]
version = "0.3.37"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A small program that shows and visualizes code contributions in a git repository."
edition = "2021"
homepage = "https://github.com/xiaoshihou514/git-biance"
keywords = ["git", "cli", "terminal"]
license = "GPL-3.0"
name = "git-biance"
readme = "README.md"
repository = "https://github.com/xiaoshihou514/git-biance"
version = "0.1.2"