[package] edition = "2015" name = "processtools" version = "0.1.0" authors = ["David Teller "] license = "MPL-2.0" [dependencies] nserror = { path = "../../../xpcom/rust/nserror" } xpcom = { path = "../../../xpcom/rust/xpcom" } [target.'cfg(windows)'.dependencies] winapi = "0.3.7" [target.'cfg(unix)'.dependencies] libc = "0.2" log = "0.4"