last-git-commit 0.1.0

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.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"