From a88a4478bfa9c18d49296460b98c0512f34794c4 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 7 Jun 2026 19:41:57 +0800 Subject: Add installer module and refactor error handling --- mling/src/proj_mgr/metadata.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mling/src/proj_mgr/metadata.rs') diff --git a/mling/src/proj_mgr/metadata.rs b/mling/src/proj_mgr/metadata.rs index 84da69f..1ba24e1 100644 --- a/mling/src/proj_mgr/metadata.rs +++ b/mling/src/proj_mgr/metadata.rs @@ -16,10 +16,10 @@ pub fn read_metadata(cargo_toml: &PathBuf) -> Result