Source code

Revision control

Copy as Markdown

Other Tools

[package]
edition = "2021"
name = "mozrunner"
version = "0.15.2"
authors = ["Mozilla"]
description = "Reliable Firefox process management."
keywords = [
"firefox",
"mozilla",
"process-manager",
]
license = "MPL-2.0"
[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 = "firefox-default-path"