aboutsummaryrefslogtreecommitdiff
path: root/mingling
diff options
context:
space:
mode:
Diffstat (limited to 'mingling')
-rw-r--r--mingling/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index e52ffe1..7c5d4c5 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -18,7 +18,10 @@ mingling = { path = ".", features = ["full"] }
[features]
debug = ["mingling_core/debug"]
async = ["mingling_core/async", "mingling_macros/async"]
+
default = ["mingling_core/default"]
+
+clap_parser = ["mingling_macros/clap_parser"]
full = ["mingling_core/full", "mingling_macros/full", "comp", "parser"]
general_renderer = [
"mingling_core/general_renderer",