diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-29 17:20:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-29 17:22:56 +0800 |
| commit | 1f98228447171b7a65d5fd47f9e989cc55cf7283 (patch) | |
| tree | 107c0938f20e70ffac413e94c76dc50a7ad29f6b /mingling/Cargo.toml | |
| parent | aa9b84a35816e7a119707a4be7a2f19a0160ee44 (diff) | |
Add `full` feature and rename `serde_renderer` to `general_renderer`
Diffstat (limited to 'mingling/Cargo.toml')
| -rw-r--r-- | mingling/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index ed5e8cd..d7e820c 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -11,9 +11,10 @@ categories = ["command-line-interface"] repository = "https://github.com/catilgrass/mingling" [features] +full = ["macros", "general_renderer"] default = ["macros"] macros = ["mingling_macros"] -serde_renderer = ["dep:serde", "mingling_macros/serde"] +general_renderer = ["dep:serde", "mingling_macros/serde"] [dependencies] mingling_macros = { version = "0.1.0", optional = true } |
