Bug 1942239 - Add option to explicitly enable incremental origin initialization in...
[gecko.git] / toolkit / components / processtools / Cargo.toml
blobc78cdb3383aeeeda35c89bcd552833c3ffd5d499
1 [package]
2 edition = "2015"
3 name = "processtools"
4 version = "0.1.0"
5 authors = ["David Teller <dteller@mozilla.com>"]
6 license = "MPL-2.0"
8 [dependencies]
9 nserror = { path = "../../../xpcom/rust/nserror" }
10 xpcom = { path = "../../../xpcom/rust/xpcom" }
12 [target.'cfg(windows)'.dependencies]
13 winapi = "0.3.7"
15 [target.'cfg(unix)'.dependencies]
16 libc = "0.2"
17 log = "0.4"