[package] name = "voice_cached_audio" version = "0.1.0" authors = ["my name "] edition = "2021" [dependencies] symphonia = { features = ["mp3"], version = "0.5.2" } tracing = "0.1" tracing-subscriber = "0.2" tracing-futures = "0.2" [dependencies.songbird] path = "../../../" [dependencies.serenity] version = "0.11" features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"] [dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread"]