trisquel-icecat/icecat/testing/mozbase/rust/mozprofile/Cargo.toml

16 lines
348 B
TOML

[package]
edition = "2021"
name = "mozprofile"
version = "0.9.2"
authors = ["Mozilla"]
description = "Library for working with GNU profiles."
keywords = [
"icecat",
"mozilla",
]
license = "MPL-2.0"
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozprofile"
[dependencies]
tempfile = "3"
thiserror = "1"