16 lines
348 B
TOML
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"
|