summaryrefslogtreecommitdiff
path: root/parser/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-09 18:32:24 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-09 18:32:24 +0800
commit204bb6824bf3555b80ca574ca3edb8ea007c89dd (patch)
tree9a50b67ff64b2d1fe918e4bfa5034ac8389668e3 /parser/Cargo.toml
parent12d08d599a41b15e0a20113d1a521c8c3a232e79 (diff)
Add file inclusion and text formatting to parser
Diffstat (limited to 'parser/Cargo.toml')
-rw-r--r--parser/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser/Cargo.toml b/parser/Cargo.toml
index 07e462f..2d7cb0c 100644
--- a/parser/Cargo.toml
+++ b/parser/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
colored = "3.0"
+strip-ansi-escapes = "0.2.1"
unicode-width = "0.2"
regex = "1.12"
sha2 = "0.10"