Multi threading

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2026-01-25 20:04:29 +02:00
parent 5d08307892
commit f44617de94
3 changed files with 135 additions and 18 deletions

View File

@@ -5,4 +5,6 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.54", features = ["derive"] }
crossbeam-channel = "0.5.15"
humansize = "2.1.3"
num_cpus = "1.17.0"