зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
487 B
TOML
22 строки
487 B
TOML
[package]
|
|
name = "mozrunner"
|
|
version = "0.9.0"
|
|
authors = ["Mozilla"]
|
|
description = "Reliable Firefox process management."
|
|
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozrunner"
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
mozprofile = { path = "../mozprofile" }
|
|
plist = "0.4"
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
winreg = "0.5"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
dirs = "1.0"
|
|
|
|
[[bin]]
|
|
name = "firefox-default-path"
|