summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-10-06 02:14:20 +0800
committer魏曹先生 <1992414357@qq.com>2025-10-06 02:14:20 +0800
commit364dde0f168c0798187dd7113764d98e5b5a861d (patch)
tree067fc31a7e5ef70ff764604cb67521ff88591f2e /Cargo.toml
parent3dc799b8c24ef8492e83744b49f45e34ab7623a4 (diff)
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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",