diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-25 22:05:08 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-25 22:05:08 +0800 |
| commit | 019b8def49d814bca44047d85c9ff27bbda36a66 (patch) | |
| tree | f86292d3cd0911ca9d436325d8f9b1d18284ffa6 /mingling_core | |
| parent | 87bbc88548a4dadbc04998732de4cabfc93f3524 (diff) | |
Add clap_parser feature and refactor dispatcher macro internals
Diffstat (limited to 'mingling_core')
| -rw-r--r-- | mingling_core/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 61bee49..b6846e7 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -9,7 +9,9 @@ repository = "https://github.com/catilgrass/mingling" [features] default = [] async = [] + full = ["comp", "general_renderer"] + comp = ["dep:just_template"] debug = ["dep:log", "dep:env_logger"] general_renderer = [ |
