gecko-dev/third_party/rust/mozversion/Cargo.toml

14 строки
335 B
TOML

[package]
name = "mozversion"
version = "0.1.2"
authors = ["James Graham <james@hoppipolla.co.uk>"]
description = "Utility for accessing Firefox version metadata"
keywords = ["mozilla", "firefox"]
repository = "https://github.com/jgraham/mozversion"
license = "MPL-2.0"
[dependencies]
regex = "0.2"
rust-ini = "0.10.0"
semver = "0.6"