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

[dependencies]
tempfile = "3"