aboutsummaryrefslogtreecommitdiff
path: root/mling/src/lib.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-26 07:44:31 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-26 07:44:31 +0800
commita73f0f692968a04fb6f99ffbf6a2538cb482815f (patch)
treeab9afd18913ca113ff6cc577077eb682b7edc01b /mling/src/lib.rs
parent30e8275059fc66ddc996513f60f536732378d6cf (diff)
feat(proj_mgr): add project generation with interactive checklist
Diffstat (limited to 'mling/src/lib.rs')
-rw-r--r--mling/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mling/src/lib.rs b/mling/src/lib.rs
index 560380a..0e122f3 100644
--- a/mling/src/lib.rs
+++ b/mling/src/lib.rs
@@ -19,6 +19,9 @@ pub use pkg_mgr::*;
mod proj_mgr;
pub use proj_mgr::*;
+mod errors;
+pub use errors::*;
+
use crate::display::markdown;
gen_program!();