From 1fea9b682b6ed08b17495374a8ede21b51101faa Mon Sep 17 00:00:00 2001 From: jakka Date: Thu, 19 Jun 2025 14:39:55 +0300 Subject: reworked encoding async logic --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d9c7b5a..113ee1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ flac-bound = { version = "0.5.0", features = [ ], default-features = false } futures-util = "0.3.31" i24 = "2.1.0" +indicatif = { version = "0.17.11", features = ["tokio", "improved_unicode", "futures"] } libsql = { version = "0.9.10", features = ["core", "sync"] } md-5 = "0.10.6" metaflac = "0.2.8" @@ -33,4 +34,5 @@ tokio = { version = "1.45.1", features = [ "signal", ] } tokio-util = "0.7.15" +walkdir = "2.5.0" #symphonia = { git = "https://github.com/pdeljanov/Symphonia.git", branch = "dev-0.6", default-features = false, features = ["flac"] } -- cgit v1.3.1