gecko-dev/third_party/rust/mozrunner/Cargo.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"