diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-06-04 21:30:40 +0300 |
|---|---|---|
| committer | jakka <jakkadoujin@gmail.com> | 2025-06-04 21:30:40 +0300 |
| commit | a7615b9471dfe6fe94a3ace6e4f94e9c78844b51 (patch) | |
| tree | 360aee3c3c7127e9bc76611af81c0a06c3a72ab1 /Cargo.toml | |
| parent | f5c4e39405cada1fb8dcf3072b2f40d1590e218c (diff) | |
added 16 and 24 bit md5sum calculation support
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
