From 204bb6824bf3555b80ca574ca3edb8ea007c89dd Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 9 Feb 2026 18:32:24 +0800 Subject: Add file inclusion and text formatting to parser --- parser/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'parser/Cargo.toml') 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" -- cgit