repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1942239 - Add option to explicitly enable incremental origin initialization in...
[gecko.git]
/
toolkit
/
components
/
processtools
/
Cargo.toml
blob
c78cdb3383aeeeda35c89bcd552833c3ffd5d499
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"
7
8
[dependencies]
9
nserror = { path = "../../../xpcom/rust/nserror" }
10
xpcom = { path = "../../../xpcom/rust/xpcom" }
11
12
[target.'cfg(windows)'.dependencies]
13
winapi = "0.3.7"
14
15
[target.'cfg(unix)'.dependencies]
16
libc = "0.2"
17
log = "0.4"