summaryrefslogtreecommitdiff
path: root/macros/helpdoc_system_macros/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-12 19:04:12 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-12 19:04:12 +0800
commit72c57380883a1c1cc796dea6d35048ab5bed5f53 (patch)
tree936e04d2ec0f5bae54667beac6bf069208900a80 /macros/helpdoc_system_macros/Cargo.toml
parent9d812580557cdc343378816cd65678b8aa75d944 (diff)
Add helpdoc system with interactive viewer
Diffstat (limited to 'macros/helpdoc_system_macros/Cargo.toml')
-rw-r--r--macros/helpdoc_system_macros/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
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