From 11d428265b3f7f5541779ef2df24bfb17d7250aa Mon Sep 17 00:00:00 2001 From: jakka Date: Sat, 14 Jun 2025 00:22:23 +0300 Subject: added more file processing logic --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1a544e7..769ed5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ i24 = "2.1.0" libsql = { version = "0.9.10", default-features = false, features = ["core", "sync"] } md-5 = "0.10.6" metaflac = "0.2.8" +pin-utils = "0.1.0" symphonia = { version = "0.5.4", path = "../Symphonia/symphonia", default-features = false, features = ["flac"] } tokio = { version = "1.45.1", features = ["macros", "rt", "rt-multi-thread"] } #symphonia = { git = "https://github.com/pdeljanov/Symphonia.git", branch = "dev-0.6", default-features = false, features = ["flac"] } -- cgit v1.3.1