Files
songbird/examples/serenity/voice_events_queue/Cargo.toml
2023-11-20 00:03:53 +00:00

22 lines
564 B
TOML

[package]
name = "voice_events_queue"
version = "0.1.0"
authors = ["my name <my@email.address>"]
edition = "2021"
[dependencies]
reqwest = "0.11"
serenity = { version = "0.12.0-rc", features = ["client", "standard_framework", "voice", "rustls_backend"] }
symphonia = { features = ["aac", "mp3", "isomp4", "alac"], version = "0.5.2" }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-futures = "0.2"
[dependencies.songbird]
features = ["builtin-queue"]
path = "../../../"
[dependencies.tokio]
version = "1.0"
features = ["macros", "rt-multi-thread", "signal"]