summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-07-11 11:47:25 +0300
committerjakka <jakka@jakka.su>2025-07-11 11:47:25 +0300
commit93289110b103f80ecd20fe5aa8d217dc6d3cb3a0 (patch)
tree39205c571fc6e46287e641d70fbd333d084a59f7 /Cargo.toml
parent60efe6b1978c228b0ecd3e982a08dc1f6766e7d0 (diff)
removed hashing since its not really needed if original file is intact, now brocessing data in blocks
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
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" }