summaryrefslogtreecommitdiff
path: root/macros/helpdoc_system_macros/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-20 08:53:40 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-20 08:53:40 +0800
commit552b7c26e9f151817328f0bb6461e96f6829c9f3 (patch)
tree95e01e8713b523a4983f4dd804f78eb54573416b /macros/helpdoc_system_macros/Cargo.toml
parente1f7bda5ab0c260c03d8789ed370d3adc89d5972 (diff)
Add windows path support in helpdoc_system_macros
Diffstat (limited to 'macros/helpdoc_system_macros/Cargo.toml')
-rw-r--r--macros/helpdoc_system_macros/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/helpdoc_system_macros/Cargo.toml b/macros/helpdoc_system_macros/Cargo.toml
index c5c8483..39a58cf 100644
--- a/macros/helpdoc_system_macros/Cargo.toml
+++ b/macros/helpdoc_system_macros/Cargo.toml
@@ -7,6 +7,7 @@ version.workspace = true
proc-macro = true
[dependencies]
+just_fmt.workspace = true
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true