Cargo.toml (455B)
1 [package] 2 edition = "2021" 3 name = "mozversion" 4 version = "0.5.3" 5 authors = ["Mozilla"] 6 description = "Utility for accessing Firefox version metadata" 7 keywords = [ 8 "firefox", 9 "mozilla", 10 ] 11 license = "MPL-2.0" 12 repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozversion" 13 14 [dependencies] 15 regex = { version = "1", default-features = false, features = ["perf", "std"] } 16 rust-ini = "0.10" 17 semver = "1.0" 18 thiserror = "1"