Fix: Remove serenity default features (#18)
Allows use of songbird without serenity's framework.
This commit is contained in:
@@ -58,6 +58,7 @@ version = "0.7"
|
|||||||
|
|
||||||
[dependencies.serenity]
|
[dependencies.serenity]
|
||||||
optional = true
|
optional = true
|
||||||
|
default-features = false
|
||||||
features = ["voice", "gateway"]
|
features = ["voice", "gateway"]
|
||||||
git = "https://github.com/serenity-rs/serenity"
|
git = "https://github.com/serenity-rs/serenity"
|
||||||
branch = "current"
|
branch = "current"
|
||||||
|
|||||||
Reference in New Issue
Block a user