diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-07 02:25:27 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-07 02:25:27 +0800 |
| commit | 81528b273c18693ebd3f05c6f8057ff8e632f4a0 (patch) | |
| tree | 85026c27535337c0123d4650c844ae364bc9780a /mling/src/main.rs | |
| parent | e41e8bda221b44d09d7e93ffc43675147ab60a6d (diff) | |
Refactor mling to use new program architecture and install scripts
Diffstat (limited to 'mling/src/main.rs')
| -rw-r--r-- | mling/src/main.rs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mling/src/main.rs b/mling/src/main.rs deleted file mode 100644 index 799ad4b..0000000 --- a/mling/src/main.rs +++ /dev/null @@ -1,15 +0,0 @@ -use mingling::macros::gen_program; - -pub mod cli; -pub mod display; -pub mod namespace_manager; -pub mod project_installer; -pub mod project_solver; - -use crate::cli::*; - -fn main() { - cli_entry(); -} - -gen_program!(); |
