[package] name = "grev" authors = ["Daniel Mueller "] version = "0.1.3" edition = "2018" license = "Apache-2.0 OR MIT" homepage = "https://github.com/d-e-s-o/grev" repository = "https://github.com/d-e-s-o/grev.git" readme = "README.md" categories = [ "development-tools", "development-tools::build-utils", ] keywords = [ "build", "cargo", "git", "version", ] description = """ A crate for working with git revision information from a build script. """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.68"