28 lines
604 B
TOML
28 lines
604 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "mozrunner"
|
|
version = "0.15.2"
|
|
authors = ["Mozilla"]
|
|
description = "Reliable IceCat process management."
|
|
keywords = [
|
|
"icecat",
|
|
"mozilla",
|
|
"process-manager",
|
|
]
|
|
license = "MPL-2.0"
|
|
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozrunner"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
mozprofile = { path = "../mozprofile", version = "0.9" }
|
|
plist = "1.0"
|
|
thiserror = "1"
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
winreg = "0.10.1"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
dirs = "4"
|
|
|
|
[[bin]]
|
|
name = "icecat-default-path"
|