Initial Commit

This commit is contained in:
brotoskyj
2025-12-29 14:16:52 -05:00
commit 2b62bd3683
9 changed files with 5940 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "discord_music"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = { version = "0.12.28", features = ["blocking", "json"] }
semver = "1.0.27"
serde = "1.0.228"
serde_json = "1.0.148"
serenity = { version = "0.12.5", features = ["client", "gateway", "voice"] }
songbird = { version = "0.5.0", features = ["builtin-queue", "driver", "serenity"] }
symphonia = { version = "0.5.5", features = ["aac", "alac", "isomp4", "mp3"] }
tokio = "1.48.0"
yt-dlp = "1.4.7"