From 8aa276beb88086b866be8a446289106be237348a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 7 Jun 2026 15:18:24 +0800 Subject: Add hformat_cargo, hprintln_cargo macros and help rendering --- mling/src/res/mod.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mling/src/res/mod.rs') diff --git a/mling/src/res/mod.rs b/mling/src/res/mod.rs index b6ea60d..caa843c 100644 --- a/mling/src/res/mod.rs +++ b/mling/src/res/mod.rs @@ -1,2 +1,5 @@ mod current_dir; pub use current_dir::*; + +mod manifest_path; +pub use manifest_path::*; -- cgit