summaryrefslogtreecommitdiffstats
path: root/xpcom/rust/moz_task/Cargo.toml
blob: ec60bbf1564c57bf3947206d2bdf6c0766af5d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"
edition = "2018"

[dependencies]
log = "0.4"
cstr = "0.2"
libc = "0.2"
async-task = { version = "4.0" }
nserror = { path = "../nserror" }
nsstring = { path = "../nsstring" }
xpcom = { path = "../xpcom" }