[package] name = "bitsdownload" version = "0.1.0" authors = ["Kirk Steuber "] 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" }