From 93289110b103f80ecd20fe5aa8d217dc6d3cb3a0 Mon Sep 17 00:00:00 2001 From: jakka Date: Fri, 11 Jul 2025 11:47:25 +0300 Subject: removed hashing since its not really needed if original file is intact, now brocessing data in blocks --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 217288f..3b15da8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,7 @@ clap = { version = "4.5.40", features = ["cargo", "help", "std"] } clap_complete = "4.5.54" directories = "6.0.0" flac-bound = { version = "0.5.0", default-features = false } -i24 = { version = "2.1.0", features = ["std"] } indicatif = { version = "0.18.0", features = ["improved_unicode"] } -md-5 = "0.10.6" walkdir = "2.5.0" console = { version = "0.15.11", features = ["windows-console-colors"] } claxon = { git = "https://github.com/justjakka/claxon.git" } -- cgit v1.3.1