From 81528b273c18693ebd3f05c6f8057ff8e632f4a0 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 7 Jun 2026 02:25:27 +0800 Subject: Refactor mling to use new program architecture and install scripts --- mling/src/proj_mgr/mod.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mling/src/proj_mgr/mod.rs (limited to 'mling/src/proj_mgr') diff --git a/mling/src/proj_mgr/mod.rs b/mling/src/proj_mgr/mod.rs new file mode 100644 index 0000000..86c05e3 --- /dev/null +++ b/mling/src/proj_mgr/mod.rs @@ -0,0 +1,3 @@ +use mingling::macros::dispatcher; + +dispatcher!("install"); -- cgit