diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-28 17:47:01 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-28 17:47:01 +0800 |
| commit | 5aa9bcb7e92bb344f86ac595ebcf0aa6c80dee9d (patch) | |
| tree | 388161e6e9e0ce2f1d38a106a7b8030d4af3225c /mling/src/main.rs | |
| parent | 6a907b71f945bf49d27a001f279bf116ad7297d8 (diff) | |
Add terminal colored rendering and guide text
Diffstat (limited to 'mling/src/main.rs')
| -rw-r--r-- | mling/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
