Chore: quick respin on twilight-example.
Feature unification in workspaces strikes again.
This commit is contained in:
@@ -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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user