Files
oe1-player/Cargo.toml
Philipp Hofer 67fb02894f
All checks were successful
CI/CD Pipeline / test (push) Successful in 2m24s
CI/CD Pipeline / deploy (push) Successful in 2m8s
remove need to call /new
2025-08-01 19:04:25 +02:00

17 lines
369 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.41"