xmpd/xmpd-player/Cargo.toml

11 lines
228 B
TOML
Raw Normal View History

2024-11-20 00:29:54 +00:00
[package]
name = "xmpd-player"
edition = "2021"
version.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true
[dependencies]
rodio = { version = "0.20.1", features = ["symphonia-all"] }