feat: basic music backend

This commit is contained in:
2024-11-24 00:10:56 +01:00
commit 51a57ebd40
23 changed files with 4091 additions and 0 deletions

2
src/music/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod metadata;
pub mod player;