Added readme and license
This commit is contained in:
+12
-1
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "discord_music"
|
||||
name = "RythmWorks"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
@@ -13,3 +13,14 @@ 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"
|
||||
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
lto = "fat"
|
||||
debug = false
|
||||
codegen-units = 1
|
||||
panic = 'abort'
|
||||
strip = true
|
||||
debug-assertions = false
|
||||
overflow-checks = true
|
||||
|
||||
Reference in New Issue
Block a user