[package] name = "date-version" version = "0.1.1" authors = ["Conor Patrick "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/conorpp/date-version" homepage = "https://github.com/conorpp/date-version" description = "Generate a version based on a major and date. Because usually users just care how recent a version is." keywords = ["date", "version"] categories = ["command-line-utilities"] [[bin]] name = "date-version" [dependencies] anyhow = "1" clap = "2.33.3" git2 = "0.13.19" semver = "0.11.0"