From 5e59dd5e58a14659cd557dc43d6f5176a13fee9e Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Wed, 13 May 2026 08:39:08 +0800 Subject: Add test tool for examples and update exit code demo --- dev_tools/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev_tools/Cargo.toml') diff --git a/dev_tools/Cargo.toml b/dev_tools/Cargo.toml index 7abb157..56f89d3 100644 --- a/dev_tools/Cargo.toml +++ b/dev_tools/Cargo.toml @@ -7,3 +7,5 @@ edition = "2024" just_template = "0.1.3" just_fmt = "0.1.2" colored = "3.1.1" +toml = "0.8" +serde = { version = "1", features = ["derive"] } -- cgit