summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-14 00:22:23 +0300
committerjakka <jakkadoujin@gmail.com>2025-06-14 00:22:23 +0300
commit11d428265b3f7f5541779ef2df24bfb17d7250aa (patch)
treefca76dc45e78325d5b4dc2597002d430eec888c2 /Cargo.toml
parentcddc489acdd2f0ed93632093f8b86a45fc3601aa (diff)
added more file processing logic
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1a544e7..769ed5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ i24 = "2.1.0"
libsql = { version = "0.9.10", default-features = false, features = ["core", "sync"] }
md-5 = "0.10.6"
metaflac = "0.2.8"
+pin-utils = "0.1.0"
symphonia = { version = "0.5.4", path = "../Symphonia/symphonia", default-features = false, features = ["flac"] }
tokio = { version = "1.45.1", features = ["macros", "rt", "rt-multi-thread"] }
#symphonia = { git = "https://github.com/pdeljanov/Symphonia.git", branch = "dev-0.6", default-features = false, features = ["flac"] }