mozrunner 0.4.1

Library for starting Firefox binaries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"