diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-07 13:24:15 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-07 13:24:15 +0800 |
| commit | e93f23a6273a5e99137626cc8c2d11f1ce8f1568 (patch) | |
| tree | df10123803e721d6f3bd1f09acc77090775fdd6a /crates/utils/string_proc | |
| parent | f871f39ebfd22b8d7c86de1cc172db2d73a3bf9d (diff) | |
Add strip-ansi-escapes dependency to string_proc
Diffstat (limited to 'crates/utils/string_proc')
| -rw-r--r-- | crates/utils/string_proc/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/utils/string_proc/Cargo.toml b/crates/utils/string_proc/Cargo.toml index cab0460..5292339 100644 --- a/crates/utils/string_proc/Cargo.toml +++ b/crates/utils/string_proc/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" edition = "2024" [dependencies] +strip-ansi-escapes = "0.2.1" |
