music_player/Cargo.toml

12 lines
237 B
TOML
Raw Normal View History

2021-11-12 18:14:15 +00:00
[package]
name = "music_player"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.45"
cpal = "0.13.4"
ffmpeg-next = "4.4.0"