diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-30 01:27:11 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-30 01:27:11 +0100 |
commit | a5a73dc868c714391e4da4a53b4e4993fc77372e (patch) | |
tree | 1bad34a616a7e20b40ef6a8100b8aa20ef5fb783 /import/Cargo.toml | |
parent | 59825d68efa1077382fd6acac73f75ae9dc3680a (diff) | |
download | jellything-a5a73dc868c714391e4da4a53b4e4993fc77372e.tar jellything-a5a73dc868c714391e4da4a53b4e4993fc77372e.tar.bz2 jellything-a5a73dc868c714391e4da4a53b4e4993fc77372e.tar.zst |
parallel import
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index b9bd6db..d0342df 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -10,6 +10,9 @@ jellyclient = { path = "../client" } ebml-struct = { git = "https://codeberg.org/metamuffin/ebml-struct" } +rayon = "1.10.0" +crossbeam-channel = "0.5.14" + log = { workspace = true } anyhow = "1.0.95" reqwest = { workspace = true } |