From 5aa9bcb7e92bb344f86ac595ebcf0aa6c80dee9d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 28 Apr 2026 17:47:01 +0800 Subject: Add terminal colored rendering and guide text --- mling/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mling/src/main.rs') diff --git a/mling/src/main.rs b/mling/src/main.rs index 7b72dc1..799ad4b 100644 --- a/mling/src/main.rs +++ b/mling/src/main.rs @@ -1,6 +1,7 @@ use mingling::macros::gen_program; pub mod cli; +pub mod display; pub mod namespace_manager; pub mod project_installer; pub mod project_solver; -- cgit