From 364dde0f168c0798187dd7113764d98e5b5a861d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 6 Oct 2025 02:14:20 +0800 Subject: Update workspace configuration for action_system rename - Replace vcs_service with action_system in workspace members - Update Cargo.lock dependencies to reflect new crate names - Maintain workspace structure with renamed crates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 16b7360..7c32aaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ members = [ "crates/utils/string_proc", - "crates/service", - "crates/service/service_macros", + "crates/system_action", + "crates/system_action/action_macros", "crates/vcs", "crates/vcs/vcs_test", -- cgit