diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-07 12:40:45 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-07 16:57:24 +0800 |
| commit | 71f68d604764b366290f0565c0f0abea69647f40 (patch) | |
| tree | d448d544db4ee91479ff62ca94fdd955b728f64e /mingling_cli/src/main.rs | |
| parent | de63da1d103defa0dad800346dce72db8633cd77 (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() { |
