From a7615b9471dfe6fe94a3ace6e4f94e9c78844b51 Mon Sep 17 00:00:00 2001 From: jakka Date: Wed, 4 Jun 2025 21:30:40 +0300 Subject: added 16 and 24 bit md5sum calculation support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 72bc5fc..380c178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ edition = "2024" [dependencies] anyhow = "1.0.98" -bincode = { version = "2.0.1", default-features = false, features = ["std"] } claxon = "0.4.3" flac-bound = { version = "0.5.0", features = ["libflac-noogg"], default-features = false } +i24 = "2.1.0" md-5 = "0.10.6" metaflac = "0.2.8" tokio = "1.45.1" -- cgit v1.3.1