Files
oe1-player/Cargo.toml
Philipp Hofer 45e5c1954d
All checks were successful
CI/CD Pipeline / test (push) Successful in 5m31s
CI/CD Pipeline / deploy (push) Successful in 9m2s
switch to external downloader; Fixes #1 (hopefully...)
2025-07-30 20:55:01 +02:00

16 lines
351 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"