SongMeta implemented

This commit is contained in:
Justine
2024-08-11 15:58:46 +02:00
parent 44902c452c
commit 194cfdff0d
7 changed files with 706 additions and 43 deletions

View File

@ -4,4 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
metadata = "0.1.9"
regex = "1.10.6"
rodio = { version = "0.19.0", features = ["symphonia-all"] }