summaryrefslogtreecommitdiffhomepage
path: root/mullvad-version/Cargo.toml
blob: 87a1b5df68e7250719f88e304f6af6e7c71fceaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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.
"""
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true


[target.'cfg(not(target_os="android"))'.dependencies]
regex = "1.6.0"