Add symphonia crate

This commit is contained in:
2024-04-19 09:23:10 -04:00
parent 04e0a66122
commit 6bf08b7507
2 changed files with 64 additions and 0 deletions

View File

@ -37,6 +37,7 @@ tower-sessions-redis-store = { version = "0.11", optional = true }
async-trait = "0.1.79"
axum-login = { version = "0.14.0", optional = true }
server_fn = { version = "0.6.11", features = ["multipart"] }
symphonia = { version = "0.5.4", default-features = false, features = ["mp3"], optional = true }
[patch.crates-io]
gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" }
@ -62,6 +63,7 @@ ssr = [
"tower-http",
"tower-sessions-redis-store",
"axum-login",
"symphonia",
]
# Defines a size-optimized profile for the WASM bundle in release mode