summaryrefslogtreecommitdiffstats
path: root/toolkit/components/bitsdownload/Cargo.toml
blob: b73cc3d990c37005e8a52ecbae19b01f4e6f6a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bitsdownload"
version = "0.1.0"
authors = ["Kirk Steuber <bytesized@mozilla.com>"]
license = "MPL-2.0"

[dependencies]
bits_client = { path = "./bits_client" }
comedy = "0.2.0"
crossbeam-utils = "0.6.3"
libc = "0.2"
log = "0.4"
moz_task = { path = "../../../xpcom/rust/moz_task" }
nserror = { path = "../../../xpcom/rust/nserror" }
nsstring = { path = "../../../xpcom/rust/nsstring" }
xpcom = { path = "../../../xpcom/rust/xpcom" }