New player
All checks were successful
Publish Server Image / build-and-push-image (push) Successful in 2m7s

This commit is contained in:
2026-03-18 02:44:59 +00:00
parent d5068aaa33
commit ff3ad15b95
11 changed files with 1970 additions and 0 deletions

27
Cargo.lock generated
View File

@@ -1143,6 +1143,33 @@ dependencies = [
"urlencoding",
]
[[package]]
name = "furumi-web-player"
version = "0.3.4"
dependencies = [
"anyhow",
"axum",
"base64 0.22.1",
"clap",
"hmac",
"mime_guess",
"openidconnect",
"rand 0.8.5",
"reqwest 0.12.28",
"rustls 0.23.37",
"serde",
"serde_json",
"sha2",
"sqlx",
"symphonia",
"tokio",
"tokio-util",
"tower 0.4.13",
"tracing",
"tracing-subscriber",
"urlencoding",
]
[[package]]
name = "fuser"
version = "0.15.1"