зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
316 B
TOML
15 строки
316 B
TOML
[package]
|
|
name = "processtools"
|
|
version = "0.1.0"
|
|
authors = ["David Teller <dteller@mozilla.com>"]
|
|
|
|
[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"
|