From 04eceb7e3d748c23517485d89035848cfe58a334 Mon Sep 17 00:00:00 2001 From: jakka Date: Thu, 17 Jul 2025 12:34:41 +0300 Subject: test threading version without rayon --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e389699..90e61d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,6 @@ 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" rusqlite = { version = "0.36.0", default-features = false, features = [ "modern_sqlite", ] } -- cgit v1.3.1