[package] name = "git_describe_build_tool" version = "1.0.2" edition = "2021" authors = [ "Damian J Pound ", "Matthew \"Juniper\" Barlett ", ] description = "Retrieve Git tag, store as environment variable at build time" # TODO homepage # TODO documentation readme = "README.md" keywords = ["build", "git"] categories = ["development-tools::build-utils"] license = "MIT" license_file = "LICENSE.md" repository = "https://gitlab.com/SnSDev/git_describe_build_tool" [lib] path = "lib.rs"