aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_macros/Cargo.toml')
-rw-r--r--mingling_macros/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml
index 6def757..1a578a5 100644
--- a/mingling_macros/Cargo.toml
+++ b/mingling_macros/Cargo.toml
@@ -12,7 +12,10 @@ proc-macro = true
[features]
default = []
async = []
+
full = ["comp", "general_renderer"]
+
+clap_parser = []
comp = []
general_renderer = []