huextract/Cargo.toml
Romain Garbage 82cc5e0100
Remove num_cpus dep and bump to version 0.2.0
The crate num_cpus is not needed anymore as the multithreaded part
spawns as many threads as needed: since the execution bottleneck is the
extraction of the data to the disk, the calculation of the checksums in
the threads for the currently extracted images will be finished all the
images are extracted.
2022-09-09 00:07:26 +02:00

10 lines
196 B
TOML

[package]
name = "huextract"
version = "0.2.0"
authors = ["echo-devim <devim@outlook.it>"]
edition = "2021"
[dependencies]
clap = { version = "3.2.18", features = [ "derive" ] }
tabled = "0.8.0"