Files
songbird/examples/twilight/Cargo.toml
Kyle Simpson e09843ded7 Chore: quick respin on twilight-example.
Feature unification in workspaces strikes again.
2025-02-21 16:28:39 +00:00

22 lines
772 B
TOML

[package]
name = "twilight"
version = "0.1.0"
authors = ["Twilight and Serenity Contributors"]
edition = "2021"
[dependencies]
futures = "0.3"
reqwest = { workspace = true }
# In an actual twilight project, use the "tws" feature as below.
# Tungstenite is used here due to workspace feature unification.
# songbird = { workspace = true, features = ["driver", "gateway", "twilight", "rustls", "tws"] }
songbird = { workspace = true, features = ["driver", "gateway", "twilight", "rustls", "tungstenite"] }
symphonia = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, default-features = true }
tokio = { workspace = true }
twilight-gateway = "0.16.0"
twilight-http = "0.16.0"
twilight-model = "0.16.0"
twilight-standby = "0.16.0"