From 552b7c26e9f151817328f0bb6461e96f6829c9f3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 20 Mar 2026 08:53:40 +0800 Subject: Add windows path support in helpdoc_system_macros --- macros/helpdoc_system_macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'macros/helpdoc_system_macros/Cargo.toml') 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 -- cgit