aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-25 22:05:08 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-25 22:05:08 +0800
commit019b8def49d814bca44047d85c9ff27bbda36a66 (patch)
treef86292d3cd0911ca9d436325d8f9b1d18284ffa6 /mingling/Cargo.toml
parent87bbc88548a4dadbc04998732de4cabfc93f3524 (diff)
Add clap_parser feature and refactor dispatcher macro internals
Diffstat (limited to 'mingling/Cargo.toml')
-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",