summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/rust/mozprofile/Cargo.toml
blob: 553e9493aca26ecf0375482850240da26fb72e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
edition = "2018"
name = "mozprofile"
version = "0.9.1"
authors = ["Mozilla"]
description = "Library for working with Mozilla profiles."
keywords = [
    "firefox",
    "mozilla",
]
license = "MPL-2.0"
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozprofile"

[dependencies]
tempfile = "3"