Chore: quick respin on twilight-example.

Feature unification in workspaces strikes again.
This commit is contained in:
Kyle Simpson
2025-02-21 16:28:39 +00:00
parent d0b7fbb911
commit e09843ded7

View File

@@ -8,8 +8,9 @@ edition = "2021"
futures = "0.3" futures = "0.3"
reqwest = { workspace = true } reqwest = { workspace = true }
# In an actual twilight project, use the "tws" feature as below. # 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", "tws"] }
songbird = { workspace = true, features = ["driver", "gateway", "twilight", "rustls"] } songbird = { workspace = true, features = ["driver", "gateway", "twilight", "rustls", "tungstenite"] }
symphonia = { workspace = true } symphonia = { workspace = true }
tracing = { workspace = true } tracing = { workspace = true }
tracing-subscriber = { workspace = true, default-features = true } tracing-subscriber = { workspace = true, default-features = true }