mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 04:16:11 +01:00
fix: deps broken
This commit is contained in:
@@ -14,6 +14,7 @@ keywords = ["discord", "bot", "rust", "music", "featureful"]
|
||||
lib-spotify-parser = { path = "./libs/spotify-parser" }
|
||||
dotenv = "0.15.0"
|
||||
json = "0.12.4"
|
||||
openssl = { version = "0.10.66", features = ["vendored"] }
|
||||
owoify = "0.1.5"
|
||||
poise = { default-features = true, version = "0.6.1" }
|
||||
rand = "0.8.5"
|
||||
@@ -32,7 +33,6 @@ serenity = { default-features = true, features = [
|
||||
"http",
|
||||
"rustls_backend",
|
||||
], version = "0.12" }
|
||||
|
||||
symphonia = { version = "0.5.4", features = [
|
||||
"aac",
|
||||
"adpcm",
|
||||
@@ -47,8 +47,6 @@ tracing-futures = "0.2.5"
|
||||
tracing-subscriber = "0.3.18"
|
||||
url = "2.5.2"
|
||||
once_cell = "1.19.0"
|
||||
openssl = { version = "0.10.66", features = ["vendored"] }
|
||||
audiopus = "0.2.0"
|
||||
|
||||
[patch.crates-io.serenity-voice-model]
|
||||
git = "https://github.com/serenity-rs/serenity"
|
||||
|
||||
Reference in New Issue
Block a user