Working on play command, unable to get source to work
This commit is contained in:
28
Cargo.toml
28
Cargo.toml
@@ -7,12 +7,28 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
dotenv = "0.15.0"
|
||||
serenity = { version = "0.11", features = ["http"] }
|
||||
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
reqwest = { version = "0.11.18", features = ["json"] }
|
||||
async-recursion = "1.0.4"
|
||||
log = "0.4.19"
|
||||
songbird = "0.3.2"
|
||||
env_logger = "0.10.0"
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.11.6"
|
||||
default-features = false
|
||||
features = ["client", "gateway", "rustls_backend", "model", "voice", "cache", "framework", "standard_framework"]
|
||||
|
||||
[dependencies.songbird]
|
||||
version = "0.3.2"
|
||||
features = ["builtin-queue", "yt-dlp"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.29.1"
|
||||
features = ["macros", "rt-multi-thread"]
|
||||
|
||||
[dependencies.serde]
|
||||
version = "1.0"
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.11.18"
|
||||
default-features = false
|
||||
features = ["json", "rustls-tls"]
|
||||
Reference in New Issue
Block a user