aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 84fba9f..853b69f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]