From 631a904769fb7859adfb7e0ca9fb1bb20f9c5c77 Mon Sep 17 00:00:00 2001 From: jakka Date: Thu, 19 Jun 2025 22:28:40 +0300 Subject: checking files before reencoding --- Cargo.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index da428e8..617c6fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flac-reencoder" -version = "0.1.1" +version = "0.1.2" edition = "2024" repository = "https://github.com/justjakka/reencoder/" license = "BSD-3-Clause" @@ -24,13 +24,10 @@ indicatif = { version = "0.17.11", features = [ "improved_unicode", "futures", ] } -libsql = { version = "0.9.10", features = ["core", "sync"] } +libsql = { version = "0.9.11" } 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", @@ -39,4 +36,6 @@ tokio = { version = "1.45.1", features = [ ] } 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"] } +symphonia = { git = "https://github.com/sscobici/Symphonia.git", rev = "2213f274c3e7231fbd7b08aa9347049852915b29", default-features = false, features = [ + "flac", +] } -- cgit v1.3.1