From 275392373060afc6a895012e2064a4f4bbf37ea1 Mon Sep 17 00:00:00 2001 From: jakka Date: Sat, 27 Sep 2025 16:49:36 +0300 Subject: major reencoding logic rewrite, code cleanup --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 76abcde..f0003b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flac-reencoder" -version = "0.2.7" +version = "0.3.0" edition = "2024" repository = "https://github.com/justjakka/reencoder/" license = "BSD-3-Clause" @@ -18,12 +18,11 @@ flac-bound = { version = "0.5.0", default-features = false } indicatif = { version = "0.18.0", features = ["improved_unicode"] } walkdir = "2.5.0" console = { version = "0.16.0", features = ["windows-console-colors"] } -claxon = { git = "https://github.com/justjakka/claxon.git" } -metaflac = "0.2.8" rusqlite = { version = "0.36.0", default-features = false, features = [ "modern_sqlite", ] } ctrlc = "3.4.7" +flac-codec = { version = "1.2.0", features = ["rayon"] } [features] default = ["bundled"] -- cgit v1.3.1 From 741d96122c5dfe9314c1120dc8574130d1c73345 Mon Sep 17 00:00:00 2001 From: jakka Date: Sat, 27 Sep 2025 17:25:40 +0300 Subject: cargo.toml url edit --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f0003b0..9a93d47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,10 @@ name = "flac-reencoder" version = "0.3.0" edition = "2024" -repository = "https://github.com/justjakka/reencoder/" +repository = "https://github.com/doujincafe/reencoder/" license = "BSD-3-Clause" authors = ["jakka"] -description = "A tool for keeping your flacs up-to-date" +description = "tool to keep your flacs reencoded" categories = ["command-line-utilities"] keywords = ["flac", "audio"] -- cgit v1.3.1