diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-13 08:39:08 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-13 08:39:08 +0800 |
| commit | 5e59dd5e58a14659cd557dc43d6f5176a13fee9e (patch) | |
| tree | 44e31230fbdc59dc4e1e14961bbb42b2d00d9327 /dev_tools/Cargo.toml | |
| parent | 8243a48dc00233c9e5911ce278e75d123305cf90 (diff) | |
Add test tool for examples and update exit code demo
Diffstat (limited to 'dev_tools/Cargo.toml')
| -rw-r--r-- | dev_tools/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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"] } |
