diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-06 02:14:20 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-06 02:14:20 +0800 |
| commit | 364dde0f168c0798187dd7113764d98e5b5a861d (patch) | |
| tree | 067fc31a7e5ef70ff764604cb67521ff88591f2e /Cargo.toml | |
| parent | 3dc799b8c24ef8492e83744b49f45e34ab7623a4 (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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |
