summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/rust/mozprofile/Cargo.toml
blob: efc0dc89ca18c4966a1ccebc0eb80c9a9c662387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
edition = "2021"
name = "mozprofile"
version = "0.9.2"
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"
thiserror = "1"