diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-07 12:40:45 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 02:56:28 +0800 |
| commit | 30259fb6d8c8c93a02a007396a4be674eedfc543 (patch) | |
| tree | 53799327e9ee6d055c4f994d36fa683341cbb47b /mingling_cli/src/main.rs | |
| parent | 546c7d7c46465b055233a02ca32ff84c65cb9ec2 (diff) | |
chore(mingling_cli): add colored dependency and utils module
Diffstat (limited to 'mingling_cli/src/main.rs')
| -rw-r--r-- | mingling_cli/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_cli/src/main.rs b/mingling_cli/src/main.rs index ea11b15..324118b 100644 --- a/mingling_cli/src/main.rs +++ b/mingling_cli/src/main.rs @@ -23,6 +23,7 @@ pub mod message; pub mod metadata; pub mod pkg_mgr; pub mod proj_mgr; +pub mod utils; #[tokio::main] async fn main() { |
