summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/rust/mozversion/Cargo.toml
blob: 9feb9fe93c763abc66b8eee3cd06c346ab12318f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mozversion"
version = "0.4.1"
authors = ["Mozilla"]
description = "Utility for accessing Firefox version metadata"
keywords = ["mozilla", "firefox"]
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozversion"
license = "MPL-2.0"
edition = "2018"

[dependencies]
regex = { version = "1", default-features = false, features = ["perf", "std"] }
rust-ini = "0.10"
semver = "0.9"