Added readme and license

This commit is contained in:
brotoskyj
2025-12-29 15:39:45 -05:00
parent 2b62bd3683
commit 1512018a4f
9 changed files with 104 additions and 22 deletions
Generated
+15 -15
View File
@@ -2,6 +2,21 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "RythmWorks"
version = "0.1.0"
dependencies = [
"reqwest",
"semver",
"serde",
"serde_json",
"serenity",
"songbird",
"symphonia",
"tokio",
"yt-dlp",
]
[[package]]
name = "adler2"
version = "2.0.1"
@@ -690,21 +705,6 @@ dependencies = [
"subtle",
]
[[package]]
name = "discord_music"
version = "0.1.0"
dependencies = [
"reqwest",
"semver",
"serde",
"serde_json",
"serenity",
"songbird",
"symphonia",
"tokio",
"yt-dlp",
]
[[package]]
name = "discortp"
version = "0.6.0"