diff options
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 } |