From 75a1804c370f7b25540744fcd9f1ae89dedaf7ad Mon Sep 17 00:00:00 2001 From: jakka Date: Wed, 2 Jul 2025 11:42:15 +0300 Subject: trying out parallelism --- Cargo.toml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 54ff725..d6e643e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ directories = "6.0.0" flac-bound = { version = "0.5.0", features = [ "libflac-noogg", ], default-features = false } -futures-util = "0.3.31" i24 = { version = "2.1.0", features = ["std"] } indicatif = { version = "0.17.11", features = [ "tokio", @@ -27,14 +26,13 @@ indicatif = { version = "0.17.11", features = [ libsql = { version = "0.9.11" } md-5 = "0.10.6" pin-utils = "0.1.0" -tokio = { version = "1.45.1", features = [ - "macros", - "rt", - "rt-multi-thread", - "signal", -] } -tokio-util = "0.7.15" walkdir = "2.5.0" console = { version = "0.15.11", features = ["windows-console-colors"] } claxon = { git = "https://github.com/justjakka/claxon.git" } metaflac = "0.2.8" +rayon = "1.10.0" +smol = "2.0.2" +futures-util = "0.3.31" +smol-macros = "0.1.1" +macro_rules_attribute = "0.2.2" +ctrlc = "3.4.7" -- cgit v1.3.1