Source code

Revision control

Copy as Markdown

Other Tools

[package]
edition = "2021"
name = "mozversion"
version = "0.5.2"
authors = ["Mozilla"]
description = "Utility for accessing Firefox version metadata"
keywords = [
"firefox",
"mozilla",
]
license = "MPL-2.0"
[dependencies]
regex = { version = "1", default-features = false, features = ["perf", "std"] }
rust-ini = "0.10"
semver = "1.0"
thiserror = "1"