From a73f0f692968a04fb6f99ffbf6a2538cb482815f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 26 Jun 2026 07:44:31 +0800 Subject: feat(proj_mgr): add project generation with interactive checklist --- mling/src/errors.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mling/src/errors.rs (limited to 'mling/src/errors.rs') diff --git a/mling/src/errors.rs b/mling/src/errors.rs new file mode 100644 index 0000000..ece80ce --- /dev/null +++ b/mling/src/errors.rs @@ -0,0 +1,2 @@ +mod io_error; +pub use io_error::*; -- cgit