1 2 3 4 5 6 7 8 9 10 11
[package] name = "06_voice" version = "0.1.0" authors = ["my name <[email protected]>"] [dependencies] typemap = "~0.3" [dependencies.serenity] features = ["cache", "framework", "standard_framework", "voice"] path = "../../"