# 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.2.0" authors = ["olback "] 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" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" [dependencies.git2] version = "0.13" [badges.circle-ci] repository = "olback/lgc-rs"