trisquel-icecat/icecat/testing/mozbase/rust/mozprofile/Cargo.toml
2025-10-06 02:35:48 -06:00

16 lines
348 B
TOML

[package]
edition = "2021"
name = "mozprofile"
version = "0.9.4"
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"