From dc501290f7b25b72edf8c67555b5604ac5fc8a59 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 11 Apr 2026 22:28:26 +0800 Subject: Add dev tools to generate example documentation --- dev_tools/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dev_tools/Cargo.toml (limited to 'dev_tools/Cargo.toml') diff --git a/dev_tools/Cargo.toml b/dev_tools/Cargo.toml new file mode 100644 index 0000000..a28b156 --- /dev/null +++ b/dev_tools/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "tools" +version = "0.1.0" +edition = "2024" + +[dependencies] +just_template = "0.1.3" +just_fmt = "0.1.2" -- cgit