From 72c57380883a1c1cc796dea6d35048ab5bed5f53 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 12 Mar 2026 19:04:12 +0800 Subject: Add helpdoc system with interactive viewer --- macros/helpdoc_system_macros/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 macros/helpdoc_system_macros/Cargo.toml (limited to 'macros/helpdoc_system_macros/Cargo.toml') diff --git a/macros/helpdoc_system_macros/Cargo.toml b/macros/helpdoc_system_macros/Cargo.toml new file mode 100644 index 0000000..c5c8483 --- /dev/null +++ b/macros/helpdoc_system_macros/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "helpdoc_system_macros" +edition = "2024" +version.workspace = true + +[lib] +proc-macro = true + +[dependencies] +proc-macro2.workspace = true +quote.workspace = true +syn.workspace = true -- cgit