gecko-dev/xpcom/rust/moz_task/Cargo.toml

13 строки
301 B
TOML

[package]
name = "moz_task"
version = "0.1.0"
authors = ["Myk Melez <myk@mykzilla.org>"]
license = "MPL-2.0"
description = "Rust wrappers around XPCOM threading functions"
[dependencies]
libc = "0.2"
nserror = { path = "../nserror" }
nsstring = { path = "../nsstring" }
xpcom = { path = "../xpcom" }