From 12d08d599a41b15e0a20113d1a521c8c3a232e79 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 9 Feb 2026 10:31:14 +0800 Subject: Initialize MarkDialog project with parser and workspace structure --- parser/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 parser/Cargo.toml (limited to 'parser/Cargo.toml') diff --git a/parser/Cargo.toml b/parser/Cargo.toml new file mode 100644 index 0000000..07e462f --- /dev/null +++ b/parser/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "markdialog_parser" +workspaces.version = true +edition = "2024" + +[dependencies] +colored = "3.0" +unicode-width = "0.2" +regex = "1.12" +sha2 = "0.10" -- cgit