[[bin]]
doc = false
name = "git-historian"
path = "src/main.rs"
[dependencies]
time = "0.1"
[lib]
path = "src/lib.rs"
[package]
authors = ["Matt Kline <matt@bitbashing.io>"]
categories = ["development-tools"]
description = "Git Historian allows you to collect arbitrary data about a file at each point\nin its Git history.\nThink of it as \"git log --follow\" for every file in a repo, all at once.\n"
documentation = "https://docs.rs/git-historian"
keywords = ["git"]
license = "GPL-2.0"
name = "git-historian"
readme = "README.md"
repository = "https://github.com/mrkline/git-historian"
version = "0.3.4"