Files
oe1-player/Cargo.toml
Philipp Hofer 9d2687f8a1
All checks were successful
CI/CD Pipeline / test (push) Successful in 3m7s
CI/CD Pipeline / deploy (push) Successful in 2m16s
add fancy frontend player
2025-08-02 10:11:32 +02:00

18 lines
415 B
TOML

[package]
name = "player"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
reqwest = { version = "0.12", features = ["stream", "json", "rustls-tls"], default-features = false }
bytes = "1"
async-stream = "0.3"
serde_json = "1"
tracing = "0.1"
stream-download = "0.22"
chrono = "0.4"
maud = { version = "0.27", features = ["axum"] }