18 lines
453 B
TOML
18 lines
453 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "mozversion"
|
|
version = "0.5.2"
|
|
authors = ["Mozilla"]
|
|
description = "Utility for accessing IceCat version metadata"
|
|
keywords = [
|
|
"icecat",
|
|
"mozilla",
|
|
]
|
|
license = "MPL-2.0"
|
|
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozversion"
|
|
|
|
[dependencies]
|
|
regex = { version = "1", default-features = false, features = ["perf", "std"] }
|
|
rust-ini = "0.10"
|
|
semver = "1.0"
|
|
thiserror = "1"
|