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/Cargo.lock | |
| parent | 546c7d7c46465b055233a02ca32ff84c65cb9ec2 (diff) | |
chore(mingling_cli): add colored dependency and utils module
Diffstat (limited to 'mingling_cli/Cargo.lock')
| -rw-r--r-- | mingling_cli/Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mingling_cli/Cargo.lock b/mingling_cli/Cargo.lock index 8f16e57..0fde21c 100644 --- a/mingling_cli/Cargo.lock +++ b/mingling_cli/Cargo.lock @@ -89,6 +89,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] +name = "colored" +version = "3.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" +dependencies = [ + "windows-sys", +] + +[[package]] name = "darling" version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -285,6 +294,7 @@ version = "0.4.0" dependencies = [ "annotate-snippets", "cargo_metadata", + "colored", "just_template", "mingling", "proc-macro2", |
