aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-07 12:17:54 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-09 02:56:28 +0800
commit546c7d7c46465b055233a02ca32ff84c65cb9ec2 (patch)
treeecf5714eff6942b91d5e006ceb251cfc64cee881 /mingling_cli/Cargo.toml
parent38582fd773fde0d24975a4a870910038ef15d8d6 (diff)
revert: Remove serde and structural renderer support
Diffstat (limited to 'mingling_cli/Cargo.toml')
-rw-r--r--mingling_cli/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml
index 9581313..c545083 100644
--- a/mingling_cli/Cargo.toml
+++ b/mingling_cli/Cargo.toml
@@ -28,7 +28,6 @@ features = [
"dispatch_tree",
"async",
"comp",
- "structural_renderer"
]
[build-dependencies.mingling]