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 --- built_res/src/structs.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 built_res/src/structs.rs (limited to 'built_res/src/structs.rs') diff --git a/built_res/src/structs.rs b/built_res/src/structs.rs new file mode 100644 index 0000000..b7bb9ef --- /dev/null +++ b/built_res/src/structs.rs @@ -0,0 +1 @@ +pub mod sentence; -- cgit