17 lines
365 B
TOML
17 lines
365 B
TOML
[package]
|
|
edition = "2015"
|
|
name = "processtools"
|
|
version = "0.1.0"
|
|
authors = ["David Teller <dteller@mozilla.com>"]
|
|
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"
|