Symphonia v0.5.2 has all the API changes and fixes we were depending on, which leaves next one step closer to publishable. Tested using `cargo make ready`.
23 lines
578 B
TOML
23 lines
578 B
TOML
[package]
|
|
name = "twilight"
|
|
version = "0.1.0"
|
|
authors = ["Twilight and Serenity Contributors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
futures = "0.3"
|
|
reqwest = "0.11"
|
|
symphonia = { features = ["aac", "mp3", "isomp4", "alac"], version = "0.5.2" }
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.2"
|
|
tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" }
|
|
twilight-gateway = "0.14"
|
|
twilight-http = "0.14"
|
|
twilight-model = "0.14"
|
|
twilight-standby = "0.14"
|
|
|
|
[dependencies.songbird]
|
|
default-features = false
|
|
path = "../.."
|
|
features = ["driver", "gateway", "twilight", "rustls"]
|