Playlist implémentée testée

This commit is contained in:
Justine
2024-08-11 17:18:32 +02:00
parent 194cfdff0d
commit 1477471196
8 changed files with 235 additions and 65 deletions

View File

@ -4,6 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
file-format = "0.25.0"
metadata = "0.1.9"
regex = "1.10.6"
rodio = { version = "0.19.0", features = ["symphonia-all"] }
serde = { version = "1.0.206", features = ["derive"] }
serde_yaml = "0.9.34"