1
0
Fork 0
firefox/toolkit/components/processtools/Cargo.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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"