diff options
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"] } |
