add multithreading for seed cracking
All checks were successful
Build / build (push) Successful in 1m55s

This commit is contained in:
2025-06-24 20:59:32 +02:00
parent 2c2bfd3489
commit f0156ccec4
3 changed files with 51 additions and 11 deletions

1
Cargo.lock generated
View File

@ -224,6 +224,7 @@ dependencies = [
"lru",
"memmap2",
"rand 0.9.1",
"rayon",
"serde",
"serde_json",
"sqlx",