This commit is contained in:
Justine
2024-08-11 13:41:13 +02:00
commit 44902c452c
4 changed files with 1145 additions and 0 deletions

7
Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "sweetmusic"
version = "0.1.0"
edition = "2021"
[dependencies]
rodio = { version = "0.19.0", features = ["symphonia-all"] }