summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-04 20:01:07 +0300
committerjakka <jakkadoujin@gmail.com>2025-06-04 20:01:07 +0300
commit3b55294f1fc09a957ca63c3a9a718b1082b9a894 (patch)
treee9923ca12127130cc69953a8b03e6d7f04236e9e /Cargo.toml
parent5a39e523da7f4fe2c9c1e6c369a366162be122fa (diff)
implemented flac reencoding. started working on md5sum implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1017e32..72bc5fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +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 }
-symphonia = { version = "0.5.4", default-features = false, features = ["flac"] }
-symphonia-metadata = "0.5.4"
+md-5 = "0.10.6"
+metaflac = "0.2.8"
tokio = "1.45.1"