diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-26 07:44:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-26 07:44:31 +0800 |
| commit | a73f0f692968a04fb6f99ffbf6a2538cb482815f (patch) | |
| tree | ab9afd18913ca113ff6cc577077eb682b7edc01b /mling/src/errors.rs | |
| parent | 30e8275059fc66ddc996513f60f536732378d6cf (diff) | |
feat(proj_mgr): add project generation with interactive checklist
Diffstat (limited to 'mling/src/errors.rs')
| -rw-r--r-- | mling/src/errors.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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::*; |
