diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-06 22:06:22 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-06 22:06:22 +0800 |
| commit | ce6ff7ec0648af667e620631b793fe0e4f8fea37 (patch) | |
| tree | 9b962d642c63cc8c0dc704d426962f5911f6bf9b /Cargo.toml | |
| parent | 60894f1271293c2802c1779e3260aa218294efe3 (diff) | |
update: upgrade dependencies and add new modules
- Upgrade colored from 2.2.0 to 3.0.0
- Remove duplicate colored dependency
- Add strip-ansi-escapes for ANSI escape sequence handling
- Add ahash for high-performance hashing
- Add data_struct and vcs_docs modules
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -49,8 +49,9 @@ env_logger = "0.11" # Async tokio = { version = "1", features = ["full"] } -# Color -colored = "2.0" +# Display +colored = "3.0" +strip-ansi-escapes = "0.2.1" # i18n rust-i18n = "3" |
