Files
oe1-player/Cargo.toml
Philipp Hofer 5ee6a679c5 Revert "add tracing + custom error type"
This reverts commit 4702017914.
2025-10-16 11:53:06 +02:00

14 lines
306 B
TOML

[package]
name = "player"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8"
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["stream", "json", "rustls-tls"], default-features = false }
serde_json = "1"
chrono = "0.4"
quick-xml = "0.38"
thiserror = "2"