diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-07 15:40:53 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-07 15:40:53 +0800 |
| commit | 86647e7b5057826d7bb85381044d5b691fbbafa3 (patch) | |
| tree | 69a1768c3c8f571bfde426948bb58fe2e3e93bf2 /mling/src/proj_mgr/mod.rs | |
| parent | 8aa276beb88086b866be8a446289106be237348a (diff) | |
Move error handling into its own module and add show.binaries command
Diffstat (limited to 'mling/src/proj_mgr/mod.rs')
| -rw-r--r-- | mling/src/proj_mgr/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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", |
