diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -45,8 +45,12 @@ version = "0.0.12" yaml-rust = "0.3" [features] -default = [] +default = ["extras", "framework", "methods", "state"] debug = [] +extras = [] +framework = [] +methods = [] +state = [] voice = ["opus", "sodiumoxide"] [[bin]] |