This commit is contained in:
parent
c87562b36a
commit
5483ef3595
5 changed files with 2977 additions and 421 deletions
17
Cargo.toml
17
Cargo.toml
|
|
@ -21,23 +21,20 @@ regex = "1.11.1"
|
|||
once_cell = "1.20.3"
|
||||
sarcastic = { git = "https://github.com/DJMrTV/bored-yaml.git" }
|
||||
chrono = "0.4.39"
|
||||
reqwest = "0.13.0"
|
||||
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
|
||||
songbird = { version = "0.6.0", features = ["builtin-queue", "driver", "gateway"] }
|
||||
youtube_dl = { version = "0.10.0", features = ["downloader-rustls-tls"] }
|
||||
dashmap = "6.1.0"
|
||||
symphonia = { version = "0.5.4", features = ["aac", "mp3", "isomp4", "alac", "flac", "pcm", "vorbis"] }
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.43.0"
|
||||
features = [
|
||||
"rt",
|
||||
"macros",
|
||||
]
|
||||
features = ["rt", "macros"]
|
||||
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.12.4"
|
||||
features = [
|
||||
"interactions_endpoint",
|
||||
"utils",
|
||||
"collector"
|
||||
]
|
||||
features = ["interactions_endpoint", "utils", "collector"]
|
||||
|
||||
[build-dependencies]
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue