aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 20f3003..5130611 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]]