[package] name = "mullvad-version" description = """ Computes the Mullvad VPN app product version. This crate is the single source of truth for what version string a build should have. This crate is responsible for computing the `-dev-$git_hash` suffix as well as transforming the version into semver, Android versionCode and other formats. """ authors.workspace = true repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true [lints] workspace = true [target.'cfg(not(target_os="android"))'.dependencies] regex = "1.6.0"