summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-07-17 12:34:41 +0300
committerjakka <jakka@jakka.su>2025-07-17 12:34:41 +0300
commit04eceb7e3d748c23517485d89035848cfe58a334 (patch)
treee790351d65ee73c39e974d9107d6bea6553cd499 /Cargo.toml
parent566783c647fc85f1cfbe214e932aeb664e1f440d (diff)
test threading version without rayon
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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",
] }