blob: bd56de8e63ff44026fd3fe997d0a868783e18190 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
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"
|