diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-07-02 12:00:11 +0300 |
|---|---|---|
| committer | jakka <jakkadoujin@gmail.com> | 2025-07-02 12:00:11 +0300 |
| commit | 04208aad8ec925f27938419b066f92861dc40f34 (patch) | |
| tree | 1087fe4478c9d6348e8a730093b61828b361c4b5 /Cargo.lock | |
| parent | d0c67d99c4f7ac4f90e244ae1a7afee595c396a9 (diff) | |
continued working
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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", |
