summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-07-02 12:00:11 +0300
committerjakka <jakkadoujin@gmail.com>2025-07-02 12:00:11 +0300
commit04208aad8ec925f27938419b066f92861dc40f34 (patch)
tree1087fe4478c9d6348e8a730093b61828b361c4b5 /Cargo.lock
parentd0c67d99c4f7ac4f90e244ae1a7afee595c396a9 (diff)
continued working
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 61212a3..5d50e4d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -520,6 +520,12 @@ dependencies = [
]
[[package]]
+name = "easy-parallel"
+version = "3.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2afbb9b0aef60e4f0d2b18129b6c0dff035a6f7dbbd17c2f38c1432102ee223c"
+
+[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -588,6 +594,7 @@ dependencies = [
"console 0.15.11",
"ctrlc",
"directories",
+ "easy-parallel",
"flac-bound",
"futures-util",
"i24",