diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-06-14 00:22:23 +0300 |
|---|---|---|
| committer | jakka <jakkadoujin@gmail.com> | 2025-06-14 00:22:23 +0300 |
| commit | 11d428265b3f7f5541779ef2df24bfb17d7250aa (patch) | |
| tree | fca76dc45e78325d5b4dc2597002d430eec888c2 /Cargo.toml | |
| parent | cddc489acdd2f0ed93632093f8b86a45fc3601aa (diff) | |
added more file processing logic
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |
