diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -45,10 +45,9 @@ version = "0.0.12" yaml-rust = "0.3" [features] -default = ["cache", "extras", "framework", "methods"] +default = ["cache", "framework", "methods"] cache = [] debug = [] -extras = [] framework = [] methods = [] voice = ["opus", "sodiumoxide"] |