Files
oe1-player/Cargo.toml
Philipp Hofer b21863298b
Some checks failed
CI/CD Pipeline / deploy (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled
auto-call downloader every day
2025-08-12 20:40:57 +02:00

17 lines
382 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"
stream-download = "0.22"
chrono = "0.4"
tokio-cron-scheduler = "0.14.0"