1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#[macro_use]
extern crate log;
extern crate mozprofile;
#[cfg(target_os = "windows")]
extern crate winreg;

pub mod firefox_args;
pub mod path;
pub mod runner;

pub use runner::platform::firefox_default_path;