crabidy/audio-player/Cargo.toml

15 lines
393 B
TOML

[package]
name = "audio-player"
version = "0.1.0"
edition = "2021"
[dependencies]
rodio = { version = "0.17.1", default-features = false, features = ["symphonia-all"] }
symphonia = { version = "0.5.3", features = ["all"] }
stream-download = { git = "https://github.com/aschey/stream-download-rs.git" }
anyhow = "1.0.71"
url = "2.4.0"
flume = "0.10.14"
thiserror = "1.0.40"
tracing = "0.1.37"