From d3b4027f5926569cb9371b2ea62b6be9387ea650 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 5 Jun 2026 21:08:07 +0800 Subject: Add example pages and sync-examples tool for docs --- dev_tools/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'dev_tools/Cargo.toml') diff --git a/dev_tools/Cargo.toml b/dev_tools/Cargo.toml index 280a50c..a904bd5 100644 --- a/dev_tools/Cargo.toml +++ b/dev_tools/Cargo.toml @@ -16,3 +16,4 @@ just_fmt = "0.1.2" colored = "3.1.1" toml = "0.8" serde = { version = "1", features = ["derive"] } +serde_json = "1" -- cgit