summaryrefslogtreecommitdiffstats
path: root/xpcom/rust/moz_task/Cargo.toml
blob: 2e3e43ef7af5171ed6d429dff88f71f615df84e2 (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.3" }
nserror = { path = "../nserror" }
nsstring = { path = "../nsstring" }
xpcom = { path = "../xpcom" }