aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-18 11:19:04 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-18 11:19:04 +0800
commit9113bf0fa1b60eaea4f4c3f9687b1c0e4f124715 (patch)
tree9e5612fead34af00696e1369551d69820a1830ea /mingling_ci/Cargo.toml
parent021e04b9a65e43071c18dc4dbea4f4ac27318e20 (diff)
feat(ci-new): add refresh tools for docs, examples, and features
Add three utility commands to regenerate generated files: - `docsify-refresh`: fix code-box blank lines and regenerate sidebars - `example-refresh`: regenerate example docs module and examples index - `features-refresh`: regenerate the features module from Cargo.toml
Diffstat (limited to 'mingling_ci/Cargo.toml')
-rw-r--r--mingling_ci/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_ci/Cargo.toml b/mingling_ci/Cargo.toml
index 7c747db..c96043b 100644
--- a/mingling_ci/Cargo.toml
+++ b/mingling_ci/Cargo.toml
@@ -36,6 +36,8 @@ prettytable-rs = "0.10.0"
toml = "0.8"
just_template = "0.2.1"
just_fmt = "0.2.1"
+serde = { version = "1.0.229", features = ["derive"] }
+serde_json = "1.0.151"
[build-dependencies]
mingling = { version = "0.4.0", features = [