summaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-05 20:33:57 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-05 20:33:57 +0800
commitb6876f9df6e3119331fac01c0bc954ca9f3c798b (patch)
tree030301c8d434d51fa386e9a5fff77bce5899733b /mingling/Cargo.toml
parentb41e201e554c4ba5ad6f1e09ce58dd3d10b6a635 (diff)
Add general renderer support with serialization formats
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 68f37f9..a915fea 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -19,7 +19,7 @@ full = ["mingling_core/full", "general_renderer", "parser"]
general_renderer = [
"mingling_core/general_renderer",
"dep:serde",
- "mingling_macros/serde",
+ "mingling_macros/general_renderer",
]
parser = ["dep:size"]