summaryrefslogtreecommitdiffstats
path: root/toolkit/components/bitsdownload/Cargo.toml
blob: 7aff42359ef9c7727670a73404eb895988fe1786 (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.8"
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" }