From 86647e7b5057826d7bb85381044d5b691fbbafa3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 7 Jun 2026 15:40:53 +0800 Subject: Move error handling into its own module and add show.binaries command --- mling/src/proj_mgr/mod.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mling/src/proj_mgr/mod.rs') diff --git a/mling/src/proj_mgr/mod.rs b/mling/src/proj_mgr/mod.rs index 07a9910..3e94a3f 100644 --- a/mling/src/proj_mgr/mod.rs +++ b/mling/src/proj_mgr/mod.rs @@ -6,6 +6,9 @@ use mingling::{ pub mod metadata; +mod show_binaries; +pub use show_binaries::*; + dispatcher!("show.binaries"); dispatcher!("show.workspace"); dispatcher!("show.target-dir", -- cgit