Add struct for change_target_music function

This commit is contained in:
Ethan O'Brien
2024-07-17 21:51:36 -05:00
parent 61789f0165
commit b6a49a7080
2 changed files with 18 additions and 4 deletions

View File

@ -26,3 +26,5 @@ mime = "0.3.17"
sha2 = "0.10.8"
include-flate-codegen = "0.3.0"
libflate = "2.1.0"
serde_json = "1.0.120"
serde = { version = "1.0.204", features = ["derive"] }