From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- toolkit/components/bitsdownload/Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 toolkit/components/bitsdownload/Cargo.toml (limited to 'toolkit/components/bitsdownload/Cargo.toml') diff --git a/toolkit/components/bitsdownload/Cargo.toml b/toolkit/components/bitsdownload/Cargo.toml new file mode 100644 index 0000000000..7aff42359e --- /dev/null +++ b/toolkit/components/bitsdownload/Cargo.toml @@ -0,0 +1,16 @@ +[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" } -- cgit v1.2.3