jikyuu 0.1.1

Estimate the amount of time you've spent working on a Git repository
[dependencies.anyhow]
version = "1.0.38"

[dependencies.chrono]
version = "0.4.19"

[dependencies.clap]
version = "2.33.3"

[dependencies.git2]
version = "0.13.17"

[dependencies.prettytable-rs]
version = "0.8.0"

[dependencies.regex]
version = "1.4.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.124"

[dependencies.serde_json]
version = "1.0.64"

[package]
authors = ["Ruin0x11 <nonbirithm@fastmail.com>"]
categories = ["command-line-utilities"]
description = "Estimate the amount of time you've spent working on a Git repository"
edition = "2018"
homepage = "https://github.com/Ruin0x11/jikyuu"
keywords = ["cli", "utility", "git"]
license = "MIT"
name = "jikyuu"
readme = "README.md"
repository = "https://github.com/Ruin0x11/jikyuu"
version = "0.1.1"