зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
401 B
TOML
17 строки
401 B
TOML
[package]
|
|
name = "mozrunner"
|
|
version = "0.4.1"
|
|
authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"]
|
|
description = "Library for starting Firefox binaries."
|
|
repository = "https://github.com/jgraham/rust_mozrunner"
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
mozprofile = "0.3"
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
winreg = "0.3.5"
|
|
|
|
[[bin]]
|
|
name = "firefox-default-path" |