Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/testing/mozbase/rust/mozrunner/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 607 B image not shown  

Quelle  Cargo.toml   Sprache: unbekannt

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

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]