From 4eef9ce364bb660421a96052a3fb126a33b22c63 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 27 Jan 2026 06:02:59 +0800 Subject: Extract CLI utilities into a separate crate --- src/systems/cmd.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/systems/cmd.rs') diff --git a/src/systems/cmd.rs b/src/systems/cmd.rs index 8983892..ea8bbd7 100644 --- a/src/systems/cmd.rs +++ b/src/systems/cmd.rs @@ -3,3 +3,4 @@ pub mod cmd_system; pub mod errors; pub mod processer; pub mod renderer; +pub mod workspace_reader; -- cgit