From 626536ce51975b051fea087620bc1eb7f6bc69d3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 23 Jan 2026 04:49:34 +0800 Subject: Reorganize project structure into systems and assets --- src/utils/workspace_reader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/workspace_reader.rs') diff --git a/src/utils/workspace_reader.rs b/src/utils/workspace_reader.rs index 575ec64..a3bc754 100644 --- a/src/utils/workspace_reader.rs +++ b/src/utils/workspace_reader.rs @@ -20,7 +20,7 @@ use just_enough_vcs::{ }, }; -use crate::cmd::errors::CmdPrepareError; +use crate::systems::cmd::errors::CmdPrepareError; /// Temporarily enter a directory to execute a block of code, then return to the original directory macro_rules! entry_dir { -- cgit