[package]
edition = "2018"
name = "last-git-commit"
version = "0.1.0"
authors = ["olback <git@olback.net>"]
description = "Simple wrapper arround git2-rs to get info about the last commit. Useful for when you want to show the git hash in a program."
homepage = "https://github.com/olback/lgc-rs"
readme = "README.md"
keywords = ["git", "commit", "hash", "simple", "time"]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/olback/lgc-rs"
[dependencies.chrono]
version = "0.4.7"
[dependencies.git2]
version = "0.9.1"
[badges.circle-ci]
repository = "olback/lgc-rs"