[package] name = "git-build-version" description = "Allows easy inclusion of the git repository version in your project" version = "0.1.2" authors = ["Ceri Storey "] license = "MIT" readme = "README.md" repository = "https://github.com/cstorey/git-build-version/" [dependencies] git2 = { version = "0.4", default-features = false, features = [] } quick-error = "0.1.4"