From 36b16f9b4847bdbef15cacc9e1223cc6e336f54f Mon Sep 17 00:00:00 2001 From: jakka Date: Tue, 1 Jul 2025 13:50:09 +0300 Subject: moved to claxon --- Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 44cac70..54ff725 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ flac-bound = { version = "0.5.0", features = [ "libflac-noogg", ], default-features = false } futures-util = "0.3.31" -i24 = "2.1.0" +i24 = { version = "2.1.0", features = ["std"] } indicatif = { version = "0.17.11", features = [ "tokio", "improved_unicode", @@ -26,7 +26,6 @@ indicatif = { version = "0.17.11", features = [ ] } libsql = { version = "0.9.11" } md-5 = "0.10.6" -metaflac = "0.2.8" pin-utils = "0.1.0" tokio = { version = "1.45.1", features = [ "macros", @@ -36,7 +35,6 @@ tokio = { version = "1.45.1", features = [ ] } tokio-util = "0.7.15" walkdir = "2.5.0" -symphonia = { git = "https://github.com/sscobici/Symphonia.git", rev = "2213f274c3e7231fbd7b08aa9347049852915b29", default-features = false, features = [ - "flac", -] } console = { version = "0.15.11", features = ["windows-console-colors"] } +claxon = { git = "https://github.com/justjakka/claxon.git" } +metaflac = "0.2.8" -- cgit v1.3.1