diff options
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!(); |
