summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-25 00:54:46 +0300
committerjakka <jakkadoujin@gmail.com>2025-06-25 00:54:46 +0300
commit715b53059b73d762348b8c1f54d9aa5f65f5262f (patch)
tree61700cd7aacfc56a464e3aa022c40d9d0a2b22ed /Cargo.lock
parent014b75b04e15a8e2e1609ae25cbe393e4e8dbb1d (diff)
started working on my own libflac decoder
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1e2b0f3..b996bd8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -595,6 +595,7 @@ dependencies = [
"futures-util",
"i24",
"indicatif",
+ "libflac-sys",
"libsql",
"md-5",
"metaflac",