From 2abc5acd25756f3ef6a6ad34f8777ffe241e750d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 27 Jan 2026 06:16:58 +0800 Subject: Reorganize command modules under a unified cmds directory --- src/lib.rs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index d4832f5..74b68f1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,16 +11,5 @@ pub mod legacy_json_output; /// Systems pub mod systems; -// --- ASSETS --- - /// Commands pub mod cmds; - -/// Command Data -pub mod args; -pub mod collects; -pub mod inputs; -pub mod outputs; - -/// Result Renderers -pub mod renderers; -- cgit